File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
jobs :
31
31
benchmarks :
32
32
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"
35
35
strategy :
36
36
matrix :
37
37
os : ['ubuntu-latest'] # , 'windows-latest']
60
60
})
61
61
62
62
- name : Checkout
63
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
64
with :
65
65
fetch-depth : 0
66
66
@@ -93,13 +93,13 @@ jobs:
93
93
# run: vcpkg install
94
94
# shell: pwsh # Specifies PowerShell as the shell for running the script.
95
95
96
+ # -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
96
97
- name : Configure build
97
98
run : >
98
99
cmake
99
100
-B ${{env.BUILD_DIR}}
100
101
${{matrix.extra_build_option}}
101
102
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
102
- -DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
103
103
-DUMF_BUILD_SHARED_LIBRARY=ON
104
104
-DUMF_BUILD_BENCHMARKS=ON
105
105
-DUMF_BUILD_BENCHMARKS_MT=ON
@@ -120,7 +120,7 @@ jobs:
120
120
# run: cmake --build ${{env.BUILD_DIR}} --config Release -j $Env:NUMBER_OF_PROCESSORS
121
121
122
122
- name : Checkout UR
123
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
123
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124
124
with :
125
125
repository : oneapi-src/unified-runtime
126
126
path : ur-repo
You can’t perform that action at this time.
0 commit comments