From b8305901c89faa8f0e11392c25f576d855b4b46e Mon Sep 17 00:00:00 2001 From: Bouncner Date: Mon, 17 Jun 2024 08:59:30 +0200 Subject: [PATCH] Update haupt.yml --- .github/workflows/haupt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index 3859267..afe8326 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -16,7 +16,7 @@ env: SKIP_HYRISE_MASTER: false SKIP_MONETDB: false SKIP_DUCKDB: false - SCALE_FACTOR: 1.0 + SCALE_FACTOR: 1 CMAKE_GENERATOR: Ninja jobs: @@ -288,7 +288,7 @@ jobs: run: | mkdir -p hyrise_master/rel pushd hyrise_master/rel > /dev/null - cmake -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON -DENABLE_LTO=TRUE .. + cmake -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON .. cmake --build . --target hyriseServer popd > /dev/null