diff options
author | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-30 08:24:02 -0500 |
---|---|---|
committer | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-30 08:24:02 -0500 |
commit | 2293a623b9deebdd284336e223ac175a7baa77b0 (patch) | |
tree | 88c8b2e9ee87c314399299a25f67407c61c6e7f7 /tools | |
parent | bb1b2128a827e6ee8cadc9e537a75e4b875b225a (diff) | |
download | numpy-2293a623b9deebdd284336e223ac175a7baa77b0.tar.gz |
CI: Rebase numpy DLLs in runtests.py.
This assumes NumPy is rebased before tests run,
but does not assume the locations are in the database.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rebase_installed_dlls_cygwin.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/rebase_installed_dlls_cygwin.sh b/tools/rebase_installed_dlls_cygwin.sh index 507c95530..58d4f0c0f 100644 --- a/tools/rebase_installed_dlls_cygwin.sh +++ b/tools/rebase_installed_dlls_cygwin.sh @@ -3,6 +3,5 @@ py_ver=${1} numpy_dlls="`/bin/dash tools/list_numpy_dlls.sh ${py_ver}`" -# Add --oblivious to next line if not run as root -/usr/bin/rebase --verbose --database ${numpy_dlls} +/usr/bin/rebase --verbose --database --oblivious ${numpy_dlls} /usr/bin/rebase --verbose --info ${numpy_dlls} |