Skip to content

Commit b81d30b

Browse files
Removed windows and updated checkout action hash
1 parent 9da1fd4 commit b81d30b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 5 additions & 5 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']
@@ -60,7 +60,7 @@ jobs:
6060
})
6161
6262
- name: Checkout
63-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464
with:
6565
fetch-depth: 0
6666

@@ -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
@@ -120,7 +120,7 @@ jobs:
120120
# run: cmake --build ${{env.BUILD_DIR}} --config Release -j $Env:NUMBER_OF_PROCESSORS
121121

122122
- name: Checkout UR
123-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
123+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124124
with:
125125
repository: oneapi-src/unified-runtime
126126
path: ur-repo

0 commit comments

Comments
 (0)