Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Sep 20, 2024
1 parent 59b62c3 commit 582dabc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ jobs:
ref: develop

- name: Setup C++
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
id: setup-cpp
with:
compiler: ${{ matrix.compiler }}
Expand All @@ -832,7 +832,7 @@ jobs:
trace-commands: true

- name: Install packages
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
id: package-install
with:
apt-get-add-architecture: 'i386'
Expand All @@ -841,7 +841,7 @@ jobs:
build-essential
- name: Clone Boost
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
id: boost-clone
with:
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
Expand All @@ -850,7 +850,7 @@ jobs:
scan-modules-ignore: http_proto

- name: Install zlib (Windows)
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ startsWith(matrix.runs-on, 'windows') && !matrix.skip-zlib }}
id: zlib-install
with:
Expand Down Expand Up @@ -917,7 +917,7 @@ jobs:
python3 tools/boostdep/depinst/depinst.py buffers
- name: Boost B2 Workflow
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ !matrix.coverage && !matrix.time-trace }}
env:
ASAN_OPTIONS: ${{ ((matrix.compiler == 'apple-clang' || matrix.compiler == 'clang') && 'detect_invalid_pointer_pairs=0:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1') || 'detect_invalid_pointer_pairs=2:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1' }}
Expand All @@ -939,7 +939,7 @@ jobs:
extra-args: ${{ (matrix.valgrind && 'testing.launcher=valgrind' || '' )}}

- name: Boost CMake Workflow
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ matrix.coverage || matrix.time-trace || matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root
Expand Down Expand Up @@ -976,7 +976,7 @@ jobs:
echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/.local/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
- name: Find Package Integration Workflow
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
Expand All @@ -1000,7 +1000,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: Subdirectory Integration Workflow
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
Expand All @@ -1021,7 +1021,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: Root Project CMake Workflow
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}
Expand All @@ -1045,7 +1045,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: FlameGraph
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
if: matrix.time-trace
with:
source-dir: boost-root/libs/http_proto
Expand Down Expand Up @@ -1098,7 +1098,7 @@ jobs:
fetch-depth: 100

- name: Changelog
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
with:
thank-non-regular: ${{ startsWith(github.ref, 'refs/tags/') }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -1117,7 +1117,7 @@ jobs:
node-version: 18

- name: Setup C++
uses: alandefreitas/cpp-actions/[email protected].2
uses: alandefreitas/cpp-actions/[email protected].7
id: setup-cpp
with:
compiler: clang
Expand Down

0 comments on commit 582dabc

Please sign in to comment.