mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
s390x: use qemu issue workaround for runner registration too (#154030)
s390x: use qemu issue workaround for runner registration too. Pull Request resolved: https://github.com/pytorch/pytorch/pull/154030 Approved by: https://github.com/seemethere
This commit is contained in:
parent
bb7e30c165
commit
d23f4ae7b5
|
|
@ -27,6 +27,9 @@ unset ACCESS_TOKEN
|
|||
# it does one job, stops and unregisters
|
||||
registration_token=$(jq --raw-output .token "$token_file")
|
||||
|
||||
# workaround for https://gitlab.com/qemu-project/qemu/-/issues/2600
|
||||
export DOTNET_EnableWriteXorExecute=0
|
||||
|
||||
./config.sh \
|
||||
--unattended \
|
||||
--ephemeral \
|
||||
|
|
@ -44,8 +47,5 @@ rm -f "$token_file"
|
|||
# and it doesn't work for non-root user
|
||||
source venv/bin/activate
|
||||
|
||||
# workaround for https://gitlab.com/qemu-project/qemu/-/issues/2600
|
||||
export DOTNET_EnableWriteXorExecute=0
|
||||
|
||||
# Run one job.
|
||||
./run.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user