Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 20, 2023
1 parent 32fcc83 commit ebd38de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/libressl.bash
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/bin/bash
set -exo pipefail

export PATH="/usr/lib/ccache:$PATH"
export CCACHE_DIR="$(pwd)/ccache"
export CTEST_OUTPUT_ON_FAILURE=1

mkdir build
cd build

cmake \
PATH="/usr/lib/ccache:$PATH" cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DICINGA2_UNITY_BUILD=ON \
Expand All @@ -18,8 +14,8 @@ cmake \
-DICINGA2_GROUP=$(id -gn) \
..

ninja
ninja test
CCACHE_DIR="$(pwd)/ccache" ninja
CTEST_OUTPUT_ON_FAILURE=1 ninja test
ninja install

icinga2 daemon -C
2 changes: 1 addition & 1 deletion .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get update

- name: Install build dependencies
run: >
run: >-
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y
--no-install-{recommends,suggests}
bison ccache cmake flex g++ lib{boost-all,ssl}-dev ninja-build tzdata
Expand Down

0 comments on commit ebd38de

Please sign in to comment.