-
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.
Merge pull request #2024 from elBoberido/iox-2011-remove-gcc-5.4-and-…
…std-header-check iox-#2011 Remove gcc 5.4 and std_header_check.sh from CI
- Loading branch information
Showing
7 changed files
with
18 additions
and
69 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 |
---|---|---|
|
@@ -19,7 +19,6 @@ jobs: | |
- name: Install iceoryx dependencies and clang-tidy | ||
uses: ./.github/actions/install-iceoryx-deps-and-clang | ||
- run: ./tools/scripts/clang_format.sh check | ||
- run: ./tools/scripts/list_stl_dependencies.sh check | ||
- run: ./tools/scripts/check_test_ids.sh | ||
- run: ./tools/scripts/check_invalid_characters.sh | ||
- run: ./tools/ci/cmake-linter.sh | ||
|
@@ -33,6 +32,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: egor-tensin/[email protected] | ||
with: | ||
# gcc 8.3 is compiler used in QNX 7.1 | ||
version: 8 | ||
platform: x64 | ||
- uses: jwlawson/[email protected] | ||
|
@@ -133,16 +133,6 @@ jobs: | |
- name: Run Thread Sanitizer | ||
run: ./tools/ci/build-test-ubuntu-with-sanitizers.sh clang tsan | ||
|
||
# gcc 5.4 is compiler used in QNX 7.0 | ||
build-test-ubuntu-with-gcc5: | ||
# prevent stuck jobs consuming runners for 6 hours | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
needs: pre-flight-check | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- run: ./tools/ci/build-test-ubuntu-with-gcc5.sh | ||
|
||
# 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 was deleted.
Oops, something went wrong.
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