Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Jun 17, 2024
1 parent ac8dce9 commit 9ca6c2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build-linux-release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -x

export CXX=g++
CURRENT_DIR=`pwd`

if [[ "${PYTHON_VERSION}" == "3.8" ]]; then
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }}
script: |
export USE_HOST_DEPS=1
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ inputs.repository }}-${{ inputs.job-name }}
Expand Down
9 changes: 8 additions & 1 deletion py/ci/soname_excludes.params
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@
--exclude libcublas.so.12.1.3.1
--exclude libcublasLt.so.12.1.3.1
--exclude libcudart.so.11.8.89
--exclude libcudart.so.11
--exclude libcudart.so.11

--exclude libcudart.so.12
--exclude libnvinfer.so.10
--exclude libnvinfer_plugin.so.10
--exclude libnvinfer-ea523553.so.10.0.1
--exclude libcudart-9335f6a2.so.12.1.105
--exclude libnvinfer_plugin-24528888.so.10.0.1

0 comments on commit 9ca6c2a

Please sign in to comment.