Skip to content

Commit

Permalink
Try install libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
andpiccione committed Sep 22, 2023
1 parent 969e4c2 commit bdb2277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:

# faketime does not play well with ASAN so don't enable it here.
FunctionalTestArguments: '--enable-prefix-tree'
InstallPackages: [ libcurl4-openssl-dev ]
InstallPackages: [ libcurl4-openssl-dev, libstdc++-11-dev ]

- template: common.yml
parameters:
Expand Down
5 changes: 3 additions & 2 deletions .pipelines/ccf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ steps:
displayName: Checkout CCF ${{ parameters.Version }}
- script: |
apt-get update && apt-get install -y libstdc++-10-dev
cmake -GNinja -B build \
-DCMAKE_INSTALL_PREFIX=/opt/ccf_${{ parameters.Platform }} \
-DCOMPILE_TARGET=${{ parameters.Platform }} \
-DBUILD_TESTS=ON \
-DBUILD_UNIT_TESTS=ON \
-DBUILD_TESTS=OFF \
-DBUILD_UNIT_TESTS=OFF \
${{ parameters.CMakeArgs }}
workingDirectory: $(Pipeline.Workspace)/CCF
displayName: Configure CCF
Expand Down

0 comments on commit bdb2277

Please sign in to comment.