mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
version may need to be done after clean
This commit is contained in:
parent
555d2ee035
commit
b518288cd4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nightly_macos_x86_64.yml
vendored
6
.github/workflows/nightly_macos_x86_64.yml
vendored
|
|
@ -23,15 +23,15 @@ jobs:
|
|||
|
||||
- run: zig version
|
||||
|
||||
- name: write version to file
|
||||
run: ./ci/write_version.sh
|
||||
|
||||
- name: execute rust tests
|
||||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip gen_tags::phantom_polymorphic_record
|
||||
|
||||
- name: This clean prevents a zig build command crashed error
|
||||
run: git clean -fdx
|
||||
|
||||
- name: write version to file
|
||||
run: ./ci/write_version.sh
|
||||
|
||||
- name: build release
|
||||
run: RUSTFLAGS="-C target-cpu=x86-64" cargo build --profile=release-with-lto --locked --bin roc --bin roc_language_server
|
||||
# target-cpu=x86-64 -> For maximal compatibility for all CPU's.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue