forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#2301 Add 32 bit build to CI
- Loading branch information
1 parent
da969e2
commit 72fbf3f
Showing
6 changed files
with
53 additions
and
10 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
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 |
---|---|---|
|
@@ -55,17 +55,24 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
needs: pre-flight-check | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: egor-tensin/[email protected] | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Install iceoryx dependencies and clang-tidy | ||
uses: ./.github/actions/install-iceoryx-deps-and-clang | ||
- name: Setup GCC | ||
uses: egor-tensin/[email protected] | ||
with: | ||
# gcc 8.3 is compiler used in QNX 7.1 | ||
version: 8 | ||
platform: x64 | ||
- uses: jwlawson/[email protected] | ||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: '3.16.3' # version used in Ubuntu 20.04 LTS | ||
- run: ./tools/ci/build-test-ubuntu.sh | ||
|
||
|
||
|
||
build-test-windows-msvc: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
|
@@ -172,6 +179,18 @@ 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: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Install iceoryx dependencies and clang-tidy | ||
uses: ./.github/actions/install-iceoryx-deps-and-clang | ||
- 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
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
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
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