Skip to content

Commit

Permalink
REVERTME
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 25, 2024
1 parent d3ed7cc commit 6775f74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:

test_tier2:
name: Test tier2
needs: [test_tier1, style_check]
# needs: [test_tier1, style_check]
runs-on: ubuntu-24.04
strategy:
fail-fast: true
max-parallel: 12
max-parallel: 24
matrix:
target:
# FIXME(sparc): this takes much longer to run than any other job, put
Expand Down
4 changes: 2 additions & 2 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ fi

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

# Run tests in the `libc` crate
case "$target" in
# FIXME(android): unit tests fail to start on Android
# FIXME(s390x): unit tests fail to locate glibc
*android*) ;;
# FIXME(s390x): unit tests fail to locate glibc
*s390x*) ;;
# For everything else, run unit tests in the `libc` crate
*) $cmd
esac

Expand Down

0 comments on commit 6775f74

Please sign in to comment.