Skip to content

Commit fec22cf

Browse files
committed
github: Update comments regarding tests and the pinned llvm version
1 parent bad114c commit fec22cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ jobs:
332332
# testing with the latest compiler instead of an older release).
333333
# Therefore, keep the test disabled by default; it's easy to enable
334334
# temporarily on a branch for testing.
335-
# The libcxxabi and libunwind tests don't pass on the pinned 16.x branch,
336-
# only on git main.
337335
if: false
338336
needs: [linux-cross-windows, prepare]
339337
runs-on: windows-latest
@@ -449,8 +447,7 @@ jobs:
449447
# Run the compiler-rt tests with the cross-built i686/x86_64 toolchains from
450448
# above. This also forces testing the bundled python executables.
451449
test-compiler-rt:
452-
# These tests don't pass on the pinned 16.x branch, but only on latest
453-
# git main - thus only run it for scheduled jobs.
450+
# Only running these tests in scheduled builds.
454451
if: (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
455452
needs: [linux-cross-windows, prepare]
456453
runs-on: windows-latest

0 commit comments

Comments
 (0)