Skip to content

Commit 72fb3ce

Browse files
authored
Updated osx script (#237)
1 parent ca6af52 commit 72fb3ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/osx-wheel.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
SYSTEM_LIBSSH2_DIR="/opt/homebrew/opt/libssh2/lib"
1818
MY_LIBSSH2_DIR="build_dir/src/"
1919
LIBSSH2_INCLUDE_DIR="/opt/homebrew/opt/libssh2/include"
20-
set +x
20+
set -x
2121

2222
export CPPFLAGS="-I${LIBSSH2_INCLUDE_DIR}"
2323
sudo cp -a libssh2/include/* /opt/homebrew/opt/libssh2/include/
2424

25+
set +x
2526
pip3 install -U virtualenv
2627
python3 -m virtualenv -p "$(which python3)" venv
28+
set -x
2729

2830
source venv/bin/activate
2931

@@ -52,6 +54,6 @@ pwd; mkdir -p temp; cd temp; pwd
5254
python3 -c "from ssh2.session import Session; Session()" && echo "Import successful"
5355
cd ..; pwd
5456

57+
set +x
5558
deactivate
56-
5759
set -x

0 commit comments

Comments
 (0)