Skip to content

Commit

Permalink
amd64_linux seems fixed now try i38_linux and amd64_darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
demoitem committed Nov 2, 2024
1 parent 216eb19 commit fed81b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/amd64_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Build all the things
run: |
scripts/concierge.py upgrade --backend c
scripts/concierge.py full-upgrade --backend "${{ matrix.backend }}" all
- name: Run compiler validation suite
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/amd64_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:

- name: Build all the things
run: |
scripts/concierge.py upgrade --backend c
scripts/concierge.py full-upgrade --backend "${{ matrix.backend }}" all
- name: Run compiler validation suite
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/i386_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Build all the things
run: |
scripts/concierge.py upgrade --backend c
scripts/concierge.py full-upgrade --backend "${{ matrix.backend }}" -DM3CC_TARGET=I386_LINUX headless -m3gdb
- name: Run compiler validation suite
Expand Down

0 comments on commit fed81b1

Please sign in to comment.