|
30 | 30 | rm cache.tar.gz
|
31 | 31 |
|
32 | 32 | # compiling
|
33 |
| - ./docker/packager/packager --package-type binary --docker-image-version clang-19 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output |
| 33 | + ./docker/packager/packager --package-type binary --docker-image-version clang-16 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output |
34 | 34 |
|
35 | 35 | if [ ! -f "$GITHUB_WORKSPACE/output/proton" ]; then
|
36 | 36 | echo "Compiling proton Failed"
|
|
97 | 97 | rm cache-arm.tar.gz
|
98 | 98 |
|
99 | 99 | # compiling
|
100 |
| - ./docker/packager/packager --package-type binary --docker-image-version clang-19 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output |
| 100 | + ./docker/packager/packager --package-type binary --docker-image-version clang-16 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output |
101 | 101 |
|
102 | 102 | # get proton tag
|
103 | 103 | PROTON_TAG=`grep "SET(VERSION_DESCRIBE" $GITHUB_WORKSPACE/cmake/autogenerated_versions.txt | sed 's/^.*VERSION_DESCRIBE \(.*\)$/\1/' | sed 's/[) ].*//'`
|
@@ -218,7 +218,7 @@ jobs:
|
218 | 218 | echo "max_size = 100.0G" > $GITHUB_WORKSPACE/ccache/ccache.conf
|
219 | 219 |
|
220 | 220 | # compiling
|
221 |
| - ./docker/packager/packager --package-type binary --docker-image-version clang-19 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output --compiler clang-19-darwin |
| 221 | + ./docker/packager/packager --package-type binary --docker-image-version clang-16 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output --compiler clang-16-darwin |
222 | 222 |
|
223 | 223 | if [ ! -f "$GITHUB_WORKSPACE/output/proton" ]; then
|
224 | 224 | echo "Compiling proton Failed"
|
@@ -276,7 +276,7 @@ jobs:
|
276 | 276 | mkdir $GITHUB_WORKSPACE/ccache
|
277 | 277 | echo "max_size = 100.0G" > $GITHUB_WORKSPACE/ccache/ccache.conf
|
278 | 278 | # compiling
|
279 |
| - ./docker/packager/packager --package-type binary --docker-image-version clang-19 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output --compiler clang-19-darwin-aarch64 |
| 279 | + ./docker/packager/packager --package-type binary --docker-image-version clang-16 --build-type release --proton-build --enable-proton-local --cache ccache --ccache_dir $GITHUB_WORKSPACE/ccache --output-dir $GITHUB_WORKSPACE/output --compiler clang-16-darwin-aarch64 |
280 | 280 | if [ ! -f "$GITHUB_WORKSPACE/output/proton" ]; then
|
281 | 281 | echo "Compiling proton Failed"
|
282 | 282 | exit 127
|
|
0 commit comments