VirtualBox

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

最後變更 在這個檔案是 103996,由 vboxsync 提交於 11 月 前

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

檔案大小: 288 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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