VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/container/build-mold.sh@ 103996

Last change on this file since 103996 was 103996, checked in by vboxsync, 13 months ago

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

File size: 288 bytes
Line 
1#!/usr/bin/env bash
2
3set -ex
4
5MOLD_VERSION="1.11.0"
6
7git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
8pushd mold
9
10cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_TESTING=OFF -D MOLD_LTO=ON
11cmake --build . --parallel
12cmake --install .
13
14popd
15rm -rf mold
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette