File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2222 env :
2323 WORKDIR : /home/runner/work/root
2424 container :
25- image : ubuntu:latest
26- options : ' --user=cibuildwheel'
25+ image : registry.cern.ch/root-ci/ubuntu2404:buildready
26+ options : ' --security-opt label=disable -- user=" cibuildwheel" --rm '
2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
3232
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
35+ with :
36+ python-version : 3.13
37+
38+ # - name: Set up Python Virtual Environment
39+ # run: |
40+ # python -m venv /py-venv/cibuildwheel-env
41+ # . /py-venv/cibuildwheel-env/bin/activate
42+ # echo PATH=$PATH >> $GITHUB_ENV
3543
3644 - name : Update repositories
3745 run : apt-get update
4250 - name : Install XRootD client
4351 run : apt-get -y install xrootd-client
4452
45- - name : Install ccache
46- run : apt-get -y install ccache
47-
4853 - name : Configure large ccache
4954 if : ${{ matrix.is_special }}
5055 run : |
You can’t perform that action at this time.
0 commit comments