Skip to content

Commit dcd783b

Browse files
committed
Fix post-build-script
1 parent ade1c9b commit dcd783b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/post_build_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -euxo pipefail
3+
24
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py
35

46
if [[ "$(uname)" == "Linux" && "$(uname -m)" != "aarch64" ]]; then

0 commit comments

Comments
 (0)