mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Make nightly distibution compatible with most CPUs
This commit is contained in:
parent
4e91ce79de
commit
b070637921
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ build-nightly-release:
|
||||||
RUN git log --pretty=format:'%h' -n 1 >> version.txt
|
RUN git log --pretty=format:'%h' -n 1 >> version.txt
|
||||||
RUN printf " on: " >> version.txt
|
RUN printf " on: " >> version.txt
|
||||||
RUN date >> version.txt
|
RUN date >> version.txt
|
||||||
RUN cargo build --features with_sound --release
|
RUN RUSTFLAGS="-C target-cpu=x86-64-v2" cargo build --features with_sound --release
|
||||||
RUN cd ./target/release && tar -czvf roc_linux_x86_64.tar.gz ./roc ../../LICENSE ../../LEGAL_DETAILS ../../examples/hello-world ../../examples/hello-rust ../../examples/hello-zig ../../compiler/builtins/bitcode/src/ ../../roc_std
|
RUN cd ./target/release && tar -czvf roc_linux_x86_64.tar.gz ./roc ../../LICENSE ../../LEGAL_DETAILS ../../examples/hello-world ../../examples/hello-rust ../../examples/hello-zig ../../compiler/builtins/bitcode/src/ ../../roc_std
|
||||||
SAVE ARTIFACT ./target/release/roc_linux_x86_64.tar.gz AS LOCAL roc_linux_x86_64.tar.gz
|
SAVE ARTIFACT ./target/release/roc_linux_x86_64.tar.gz AS LOCAL roc_linux_x86_64.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue