Skip to content

Commit

Permalink
release/2.5 abi=0
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Aug 27, 2024
1 parent 99d243d commit ad44f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
else
export _GLIBCXX_USE_CXX11_ABI=1
fi
export _GLIBCXX_USE_CXX11_ABI=0
if [[ ${{ inputs.pytorch }} != *" wheel"* ]]; then
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
pip install -r requirements.txt
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ jobs:
python: ${{ github.event_name == 'schedule' && '3.10' || inputs.python }}
runner: linux.idc.xpu

Linux-Weekly-UT-Tests-ABI-0:
if: github.event_name == 'schedule' && github.event.schedule == '0 16 * * 5'
uses: ./.github/workflows/_linux_ut.yml
with:
abi: 0
ut: op_example,op_extended,op_ut,torch_xpu
runner: linux.idc.xpu

Linux-Nightly-Ondemand-E2E-Tests:
runs-on: pvc_e2e
# Don't run on forked repos
Expand Down Expand Up @@ -175,6 +167,7 @@ jobs:
source .github/scripts/env.sh
cd ../pytorch
pip install -r requirements.txt
export _GLIBCXX_USE_CXX11_ABI=0
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
python setup.py bdist_wheel
pip install --force-reinstall dist/*.whl
Expand Down

0 comments on commit ad44f91

Please sign in to comment.