Skip to content

Commit e000742

Browse files
committed
Try again
1 parent 1dfcd05 commit e000742

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build_wheels.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
env:
2323
CIBW_SKIP: "cp38-* pp* *musllinux* *i686* *ppc64le* *s390x*"
2424
CIBW_ARCHS: "auto64"
25-
CIBW_MANYLINUX_X86_64_IMAGE: "pymgl-manylinux_2_28_x86_64:latest"
2625
CIBW_BUILD_VERBOSITY: 1
2726

2827
jobs:
@@ -69,7 +68,7 @@ jobs:
6968
with:
7069
context: .
7170
file: ci/Dockerfile.manylinux_2_28_x86_64
72-
tags: pymgl-manylinux_2_28_x86_64:latest
71+
tags: pymgl-manylinux_2_28_x86_64
7372
push: false
7473
load: true
7574
cache-from: type=gha
@@ -80,9 +79,8 @@ jobs:
8079
- name: Prepare ccache volume
8180
run: |
8281
sudo mkdir -p /mnt/ccache
83-
sudo chown -R $(user -u):$(group -g) /mnt/ccache
8482
sudo chmod 777 /mnt/ccache
85-
docker create -v /mnt/ccache:/ccache:rw --name ccache
83+
docker create -v /mnt/ccache:/ccache:rw --name ccache pymgl-manylinux_2_28_x86_64
8684
8785
- name: Cache ccache
8886
uses: actions/cache@v4
@@ -98,7 +96,7 @@ jobs:
9896
9997
- name: Build wheels
10098
run: |
101-
docker run --rm -e CCACHE_DIR=/ccache --volumes-from ccache -v $PWD:/app pymgl-manylinux_2_28_x86_64:latest ci/build_linux_wheels.sh
99+
docker run -e CCACHE_DIR=/ccache --volumes-from ccache -v $PWD:/app pymgl-manylinux_2_28_x86_64 ci/build_linux_wheels.sh
102100
echo "================ cache ================="
103101
ls /mnt/ccache
104102

0 commit comments

Comments
 (0)