Skip to content

Commit 6775f74

Browse files
committed
REVERTME
1 parent d3ed7cc commit 6775f74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787

8888
test_tier2:
8989
name: Test tier2
90-
needs: [test_tier1, style_check]
90+
# needs: [test_tier1, style_check]
9191
runs-on: ubuntu-24.04
9292
strategy:
9393
fail-fast: true
94-
max-parallel: 12
94+
max-parallel: 24
9595
matrix:
9696
target:
9797
# FIXME(sparc): this takes much longer to run than any other job, put

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ fi
8282

8383
cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
8484

85-
# Run tests in the `libc` crate
8685
case "$target" in
8786
# FIXME(android): unit tests fail to start on Android
88-
# FIXME(s390x): unit tests fail to locate glibc
8987
*android*) ;;
88+
# FIXME(s390x): unit tests fail to locate glibc
9089
*s390x*) ;;
90+
# For everything else, run unit tests in the `libc` crate
9191
*) $cmd
9292
esac
9393

0 commit comments

Comments
 (0)