We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4baff0 commit 942dd22Copy full SHA for 942dd22
.github/workflows/reusable_benchmarks.yml
@@ -29,7 +29,7 @@ permissions:
29
30
env:
31
BUILD_DIR : "${{github.workspace}}/build"
32
- INSTL_DIR : "${{github.workspace}}/../install-dir"
+ # INSTL_DIR : "${{github.workspace}}/../install-dir"
33
34
jobs:
35
benchmarks:
@@ -85,12 +85,12 @@ jobs:
85
sudo apt-get update
86
sudo apt-get install -y cmake libhwloc-dev libnuma-dev libtbb-dev
87
88
+ # -DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
89
- name: Configure build
90
run: >
91
cmake
92
-B ${{env.BUILD_DIR}}
93
${{matrix.extra_build_option}}
- -DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
94
-DCMAKE_BUILD_TYPE=Release
95
-DUMF_BUILD_SHARED_LIBRARY=ON
96
-DUMF_BUILD_BENCHMARKS=ON
0 commit comments