mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'crabman/macos-lto-test' into 'master'
Enable thin lto for macos See merge request veloren/veloren!4130
This commit is contained in:
commit
72691a76e5
@ -157,6 +157,8 @@ coverage:
|
|||||||
before_script:
|
before_script:
|
||||||
- *tmacos-before-script
|
- *tmacos-before-script
|
||||||
- export RUST_TARGET="x86_64-apple-darwin"
|
- export RUST_TARGET="x86_64-apple-darwin"
|
||||||
|
# Using fat LTO on macos_x86_64 caused timeouts in the build pipeline, overriding it to thin here fixes this
|
||||||
|
- export RUSTFLAGS="-C lto=thin"
|
||||||
|
|
||||||
.tmacos-aarch64:
|
.tmacos-aarch64:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user