We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6af52 commit 72fb3ceCopy full SHA for 72fb3ce
ci/osx-wheel.sh
@@ -17,13 +17,15 @@
17
SYSTEM_LIBSSH2_DIR="/opt/homebrew/opt/libssh2/lib"
18
MY_LIBSSH2_DIR="build_dir/src/"
19
LIBSSH2_INCLUDE_DIR="/opt/homebrew/opt/libssh2/include"
20
-set +x
+set -x
21
22
export CPPFLAGS="-I${LIBSSH2_INCLUDE_DIR}"
23
sudo cp -a libssh2/include/* /opt/homebrew/opt/libssh2/include/
24
25
+set +x
26
pip3 install -U virtualenv
27
python3 -m virtualenv -p "$(which python3)" venv
28
29
30
source venv/bin/activate
31
@@ -52,6 +54,6 @@ pwd; mkdir -p temp; cd temp; pwd
52
54
python3 -c "from ssh2.session import Session; Session()" && echo "Import successful"
53
55
cd ..; pwd
56
57
58
deactivate
-
59
set -x
0 commit comments