Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE builtin-task TESTING release #7034

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use roc main
  • Loading branch information
Anton-4 authored Aug 30, 2024
commit f269d35189241dff3d1542bbc7bcde504d4ab242
3 changes: 0 additions & 3 deletions .github/workflows/nightly_linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
repository: smores56/roc
ref: d3732b444014d05f17953d814c5ac19b4f683127

- name: Update PATH to use zig 11
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly_linux_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
repository: smores56/roc
ref: d3732b444014d05f17953d814c5ac19b4f683127

- name: Update PATH to use zig 11
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nightly_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 19,15 @@ jobs:
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
with:
repository: smores56/roc
ref: d3732b444014d05f17953d814c5ac19b4f683127

- name: Update PATH to use zig 11
run: |
echo "PATH=/Users/m1ci/Downloads/zig-macos-aarch64-0.11.0:$PATH" >> $GITHUB_ENV

- run: zig version

# TODO uncomment below; skipping tests for now
#- name: run tests
# run: cargo test --locked --release
- name: run tests
run: cargo test --locked --release

- name: get commit SHA
run: echo "SHA=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nightly_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 16,6 @@ jobs:
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
with:
repository: smores56/roc
ref: d3732b444014d05f17953d814c5ac19b4f683127

- name: Update PATH to use zig 11
run: |
Expand All @@ -29,9 26,8 @@ jobs:
- name: write version to file
run: ./ci/write_version.sh

# TODO uncomment below; skipping tests for now
#- name: execute rust tests
# run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip platform_switching_swift --skip swift_ui --skip gen_tags::phantom_polymorphic_record
- name: execute rust tests
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip platform_switching_swift --skip swift_ui --skip gen_tags::phantom_polymorphic_record
# swift tests are skipped because of "Could not find or use auto-linked library 'swiftCompatibilityConcurrency'" on macos x86_64 CI machine
# this issue may be caused by using older versions of XCode

Expand Down
Loading