Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent dfd51ca commit 4692d3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,12 @@ jobs:
- id: debug
conan-preset: debug
conan-profile-build-type: Debug
conan-profile-jemalloc-build-type: Debug
- id: release
conan-preset: release
conan-profile-build-type: Release
conan-profile-jemalloc-build-type: Release
- id: relwithdebinfo-tsan
conan-preset: relwithdebinfo
conan-profile-build-type: RelWithDebInfo
conan-profile-jemalloc-build-type: Release
conan-profile-custom-conf: |
tools.build:cflags = [ "-fsanitize=thread" ]
tools.build:cxxflags = [ "-fsanitize=thread" ]
Expand Down Expand Up @@ -206,12 +203,10 @@ jobs:
true
- id: relwithdebinfo
conan-preset: relwithdebinfo
conan-profile-build-type: RelWithDebInfo
conan-profile-jemalloc-build-type: Release
conan-profile-build-type: RelWithDebInfo
- id: minsizerel
conan-preset: minsizerel
conan-profile-build-type: MinSizeRel
conan-profile-jemalloc-build-type: Release

exclude:
- compiler: { id: gcc-9 }
Expand Down Expand Up @@ -297,7 +292,6 @@ jobs:
arch = x86_64
os = Linux
build_type = ${{ matrix.build-and-test-config.conan-profile-build-type }}
jemalloc:build_type = ${{ matrix.build-and-test-config.conan-profile-jemalloc-build-type }}
${{ matrix.build-and-test-config.conan-profile-custom-settings }}
[conf]
Expand Down

0 comments on commit 4692d3a

Please sign in to comment.