Skip to content

Commit 4a27dba

Browse files
committed
test
1 parent 5e065b4 commit 4a27dba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/scripts/build-linux-release-artifacts.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ libtorchtrt() {
8080
fi
8181
}
8282

83-
# build pre_cxx11_abi
84-
libtorchtrt true
85-
# build cxx11_abi
86-
libtorchtrt false
83+
# # build pre_cxx11_abi
84+
# libtorchtrt true
85+
# # build cxx11_abi
86+
# libtorchtrt false
8787

8888
# auditwheel repair
8989
python -m auditwheel repair \
@@ -94,4 +94,4 @@ python -m auditwheel repair \
9494
cp wheelhouse/torch_tensorrt*x86_64.whl dist/
9595

9696

97-
BUILD_VERSION=${TORCHTRT_VERSION} CI_BUILD=1 RELEASE=1 C python setup.py bdist_wheel --release
97+
BUILD_VERSION=${TORCHTRT_VERSION} CI_BUILD=1 RELEASE=1 python setup.py bdist_wheel --release

0 commit comments

Comments
 (0)