Skip to content

Commit 5968cf3

Browse files
committed
docker tests
1 parent 3f01965 commit 5968cf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python-wasi-sdk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ else
3232
then
3333
. /etc/os-release
3434
export DISTRIB_ID="${ID}${VERSION_ID}"
35+
export DISTRIB_RELEASE=$(arch)
3536
else
3637
# or not
3738
export DISTRIB_ID=$($SYS_PYTHON -E -c "print(__import__('sysconfig').get_config_var('HOST_GNU_TYPE'))")

python-wasm-sdk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ else
3232
then
3333
. /etc/os-release
3434
export DISTRIB_ID="${ID}${VERSION_ID}"
35+
export DISTRIB_RELEASE=$(arch)
3536
else
3637
# or not
3738
export DISTRIB_ID=$($SYS_PYTHON -E -c "print(__import__('sysconfig').get_config_var('HOST_GNU_TYPE'))")

0 commit comments

Comments
 (0)