File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 9797 echo "SDKROOT=$sdkpath" >> "$GITHUB_ENV"
9898
9999 - name : Build release binaries
100- run : ./koch.py all-strict
100+ run : ./koch.py boot -d:release
101101
102102 - name : Upload workspace to artifacts
103103 uses : ./.github/actions/upload-compiler
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Run tester
181181 run : |
182- if ! ./koch.py test --batch:"$TEST_BATCH" --tryFailing all ; then
182+ if ! ./koch.py test --batch:"$TEST_BATCH" --tryFailing cat arc ; then
183183 # XXX: Move this to either koch or testament since it's useful.
184184 echo ===
185185 echo Errors occured during tests:
Original file line number Diff line number Diff line change 8383 "name": "macOS",
8484 "runner": "macos-15-intel"
8585 },
86- {
87- "name": "macOS (M1)",
88- "runner": "macos-14"
89- },
90- {
91- "name": "Linux (AArch64)",
92- "runner": "ubuntu-22.04-arm"
93- },
9486 {
9587 "name": "Windows",
9688 "runner": "windows-2022",
Original file line number Diff line number Diff line change 11discard """
22disabled: "arm64"
3- cmd : "nim c --gc:arc $file "
3+ matrix : "-d:useMalloc --passC:\"-fsanitize=undefined -fsanitize-undefined-trap-on-error\" "
44output: "y"
55"""
66
You can’t perform that action at this time.
0 commit comments