Skip to content

Commit 3b03ce8

Browse files
committed
disable proxy bla bla
1 parent 73dc074 commit 3b03ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
--build-type ${{matrix.build_type}}
211211
--disjoint-pool
212212
--jemalloc-pool
213-
${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && '--proxy' || '' }}
213+
${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.shared_library == 'ON' && '--proxy' || '' }}
214214
--umf-version ${{env.UMF_VERSION}}
215215
${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
216216
@@ -300,7 +300,7 @@ jobs:
300300
--build-type ${{matrix.build_type}}
301301
--disjoint-pool
302302
--jemalloc-pool
303-
--proxy
303+
${{matrix.shared_library == 'ON' && '--proxy' || '' }}
304304
--umf-version ${{env.UMF_VERSION}}
305305
${{ matrix.shared_library == 'ON' && '--shared-library' || ''}}
306306

0 commit comments

Comments
 (0)