Skip to content

Commit

Permalink
Add clang-18-debug profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent 0850efc commit 961ab69
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/config/ubuntu-24.04/conan/profiles/clang-18-debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[settings]
arch=x86_64
build_type=Debug
compiler=clang
compiler.version=18
compiler.cppstd=20
compiler.libcxx=libstdc++11
os=Linux

[conf]
tools.build:compiler_executables={'c': 'clang-18', 'cpp': 'clang++-18'}
5 changes: 5 additions & 0 deletions .github/workflows/build_inner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- { build_machine: ubuntu-24.04, host_profile: gcc-13 }
- { build_machine: ubuntu-24.04, host_profile: gcc-14 }
- { build_machine: ubuntu-24.04, host_profile: clang-18 }
- { build_machine: ubuntu-24.04, host_profile: clang-18-debug }
- { build_machine: windows-2022, host_profile: msvc-1940 }
exclude:
# OpenLibm does not support Windows
Expand Down Expand Up @@ -101,6 +102,8 @@ jobs:
config: { build_machine: ubuntu-24.04, host_profile: clang-17 }
- conanfile: 'recipes/tmpfile/all/conanfile.py'
config: { build_machine: ubuntu-24.04, host_profile: clang-18 }
- conanfile: 'recipes/tmpfile/all/conanfile.py'
config: { build_machine: ubuntu-24.04, host_profile: clang-18-debug }
- conanfile: 'recipes/tmpfile/all/conanfile.py'
config: { build_machine: windows-2022, host_profile: msvc-1940 }

Expand Down Expand Up @@ -129,6 +132,8 @@ jobs:
config: { build_machine: ubuntu-24.04, host_profile: gcc-13 }
- conanfile: 'recipes/poppler-data/all/conanfile.py'
config: { build_machine: ubuntu-24.04, host_profile: clang-18 }
- conanfile: 'recipes/poppler-data/all/conanfile.py'
config: { build_machine: ubuntu-24.04, host_profile: clang-18-debug }
- conanfile: 'recipes/poppler-data/all/conanfile.py'
config: { build_machine: windows-2022, host_profile: msvc-1940 }
steps:
Expand Down

0 comments on commit 961ab69

Please sign in to comment.