mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Merge remote-tracking branch 'origin/main' into import-builtins
This commit is contained in:
commit
82c6562352
623 changed files with 37254 additions and 35279 deletions
2
.github/workflows/ci_cross_compile.yml
vendored
2
.github/workflows/ci_cross_compile.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # 2.0.5
|
||||
with:
|
||||
version: 0.14.1
|
||||
use-cache: true
|
||||
use-cache: false
|
||||
|
||||
- name: Setup MSVC (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
|
|
|||
9
.github/workflows/ci_zig.yml
vendored
9
.github/workflows/ci_zig.yml
vendored
|
|
@ -102,8 +102,11 @@ jobs:
|
|||
sudo rm /usr/lib/llvm-18/bin/llvm-config
|
||||
|
||||
- name: build repro executables
|
||||
run: |
|
||||
zig build -Dfuzz -Dsystem-afl=false
|
||||
uses: ./.github/actions/flaky-retry
|
||||
with:
|
||||
command: 'zig build -Dfuzz -Dsystem-afl=false'
|
||||
error_string_contains: 'EndOfStream'
|
||||
retry_count: 3
|
||||
|
||||
- name: Run Test Platforms (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
@ -141,7 +144,7 @@ jobs:
|
|||
- name: zig snapshot tests
|
||||
run: zig build snapshot -- --debug
|
||||
|
||||
- name: build repro executables
|
||||
- name: build tests and repro executables
|
||||
uses: ./.github/actions/flaky-retry
|
||||
with:
|
||||
command: 'zig build test -Dfuzz -Dsystem-afl=false'
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
run: ./ci/package_release.sh ${{ env.RELEASE_FOLDER_NAME }}
|
||||
|
||||
- name: Calculate archive hash for security purposes
|
||||
run: ls | grep "roc_nightly.*tar\.gz" | xargs sha256sum
|
||||
run: ls | grep "roc_nightly.*tar\.gz" | xargs shasum -a 256
|
||||
|
||||
- name: delete everything except the tar
|
||||
run: ls | grep -v "roc_nightly.*tar\.gz" | xargs rm -rf
|
||||
|
|
|
|||
2
.github/workflows/nightly_macos_x86_64.yml
vendored
2
.github/workflows/nightly_macos_x86_64.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: ./ci/package_release.sh ${{ env.RELEASE_FOLDER_NAME }}
|
||||
|
||||
- name: Calculate archive hash for security purposes
|
||||
run: ls | grep "roc_nightly.*tar\.gz" | xargs sha256sum
|
||||
run: ls | grep "roc_nightly.*tar\.gz" | xargs shasum -a 256
|
||||
|
||||
- name: Upload artifact. Actually uploading to github releases has to be done manually.
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue