From b3a3969aa973f507447074b018633f698423260e Mon Sep 17 00:00:00 2001 From: Bouncner Date: Fri, 14 Jun 2024 09:30:41 +0200 Subject: [PATCH] Update haupt.yml --- .github/workflows/haupt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index 5cad7c8..416f3c8 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -286,7 +286,7 @@ jobs: run: | mkdir -p hyrise_master/rel pushd hyrise_master/rel > /dev/null - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON .. + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON .. cmake --build . --target hyriseServer popd > /dev/null @@ -343,8 +343,6 @@ jobs: echo "COMPARISON_CORE_COUNT=${{ needs.database_comparison.outputs.core_count }}" >> $GITHUB_ENV echo "COMPARISON_CLIENT_COUNT=${{ needs.database_comparison.outputs.client_count }}" >> $GITHUB_ENV - ls -lisa results_to_plot - # Install R packages (install action did not work with act) - name: Install dependencies run: |