Skip to content

Commit

Permalink
Merge branch 'dev/gsinha/recovery-owner' of https://github.com/gaurav…
Browse files Browse the repository at this point in the history
…137/CCF into dev/gsinha/recovery-owner
  • Loading branch information
gaurav137 committed Jan 17, 2025
2 parents ff6ba59 + 8c931b4 commit 476636f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
tdnf -y install ca-certificates git
# Build tools
tdnf -y install build-essential clang cmake ninja-build which
# libc++
tdnf -y install libcxx-devel llvm-libunwind-devel llvm-libunwind-static
# Dependencies
tdnf -y install openssl-devel libuv-devel nghttp2-devel
# Test dependencies
Expand All @@ -132,7 +134,7 @@ jobs:
git config --global --add safe.directory /__w/CCF/CCF
mkdir build
cd build
CC=`which clang` CXX=`which clang++` cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DUSE_LIBCXX=OFF ..
CC=`which clang` CXX=`which clang++` cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug ..
ninja
shell: bash

Expand Down

0 comments on commit 476636f

Please sign in to comment.