Skip to content

Commit 14d43a6

Browse files
Removed windows
1 parent 9da1fd4 commit 14d43a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ env:
3030
jobs:
3131
benchmarks:
3232
name: Benchmarks
33-
env:
34-
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
33+
# env:
34+
# VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
3535
strategy:
3636
matrix:
3737
os: ['ubuntu-latest'] #, 'windows-latest']
@@ -93,13 +93,13 @@ jobs:
9393
# run: vcpkg install
9494
# shell: pwsh # Specifies PowerShell as the shell for running the script.
9595

96+
# -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
9697
- name: Configure build
9798
run: >
9899
cmake
99100
-B ${{env.BUILD_DIR}}
100101
${{matrix.extra_build_option}}
101102
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
102-
-DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
103103
-DUMF_BUILD_SHARED_LIBRARY=ON
104104
-DUMF_BUILD_BENCHMARKS=ON
105105
-DUMF_BUILD_BENCHMARKS_MT=ON

0 commit comments

Comments
 (0)