Commit e000742 1 parent 1dfcd05 commit e000742 Copy full SHA for e000742
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
CIBW_SKIP : " cp38-* pp* *musllinux* *i686* *ppc64le* *s390x*"
24
24
CIBW_ARCHS : " auto64"
25
- CIBW_MANYLINUX_X86_64_IMAGE : " pymgl-manylinux_2_28_x86_64:latest"
26
25
CIBW_BUILD_VERBOSITY : 1
27
26
28
27
jobs :
69
68
with :
70
69
context : .
71
70
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
73
72
push : false
74
73
load : true
75
74
cache-from : type=gha
80
79
- name : Prepare ccache volume
81
80
run : |
82
81
sudo mkdir -p /mnt/ccache
83
- sudo chown -R $(user -u):$(group -g) /mnt/ccache
84
82
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
86
84
87
85
- name : Cache ccache
88
86
uses : actions/cache@v4
98
96
99
97
- name : Build wheels
100
98
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
102
100
echo "================ cache ================="
103
101
ls /mnt/ccache
104
102
You can’t perform that action at this time.
0 commit comments