mirror of https://github.com/astral-sh/uv
No GHA token for cross arch tests (#13599)
This commit is contained in:
parent
8580b4bd2d
commit
30be27beb1
|
|
@ -422,7 +422,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}
|
||||||
distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }}
|
distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }}
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -472,7 +471,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}
|
||||||
distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }}
|
distro: ${{ matrix.platform.arch == 'arm' && 'bullseye' || 'ubuntu20.04' }}
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -521,7 +519,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch }}
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -571,7 +568,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch }}
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -633,7 +629,6 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# arch: ${{ matrix.platform.arch }}
|
# arch: ${{ matrix.platform.arch }}
|
||||||
# distro: ubuntu20.04
|
# distro: ubuntu20.04
|
||||||
# githubToken: ${{ github.token }}
|
|
||||||
# install: |
|
# install: |
|
||||||
# apt-get update
|
# apt-get update
|
||||||
# apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
# apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -816,7 +811,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch }}
|
||||||
distro: alpine_latest
|
distro: alpine_latest
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apk add python3
|
apk add python3
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -832,7 +826,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
@ -883,7 +876,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.platform.arch }}
|
arch: ${{ matrix.platform.arch }}
|
||||||
distro: alpine_latest
|
distro: alpine_latest
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apk add python3
|
apk add python3
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -898,7 +890,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
|
||||||
install: |
|
install: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
apt-get install -y --no-install-recommends python3 python3-pip python-is-python3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue