-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90d62b0
commit 8a62708
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,6 +172,20 @@ jobs: | |
- name: Run Thread Sanitizer | ||
run: ./tools/ci/build-test-ubuntu-with-sanitizers.sh clang tsan | ||
|
||
build-test-ubuntu-32-bit: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
needs: pre-flight-check | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: egor-tensin/[email protected] | ||
with: | ||
# gcc 8.3 is compiler used in QNX 7.1 | ||
version: 13 | ||
platform: x64 | ||
- run: ./tools/ci/build-test-ubuntu.sh 32-bit-x86 | ||
|
||
# Bazel sanity check | ||
build-test-ubuntu-bazel: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters