Skip to content

Commit

Permalink
Trying to fix cpp-linux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 18, 2023
1 parent 46e118e commit 24bed19
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
shell: bash

cpp-linux-arm64:
name: "C++ tests (clang/Linux/ARM64)"
name: "C++ tests (gcc/Linux/ARM64)"
runs-on: [self-hosted, ARM64, Linux]
container: python:3.11
strategy:
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: ./.github/actions/cpp-tests
with:
build_type: Release
conan_profile: tests-${{ matrix.build_type }}-clang-linux-arm64
conan_profile: tests-${{ matrix.build_type }}-gcc-linux-arm64
shell: bash

cpp-macos-arm64:
Expand Down
9 changes: 0 additions & 9 deletions conan/profiles/tests-debug-clang-linux-arm64

This file was deleted.

1 change: 1 addition & 0 deletions conan/profiles/tests-debug-gcc-linux-arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include(tests-debug)
9 changes: 0 additions & 9 deletions conan/profiles/tests-release-clang-linux-arm64

This file was deleted.

4 changes: 4 additions & 0 deletions conan/profiles/tests-release-gcc-linux-arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include(tests-release)

[conf]
tools.build:cxxflags=["-Wno-error=maybe-uninitialized"]

0 comments on commit 24bed19

Please sign in to comment.