Skip to content

Commit

Permalink
Switch to alma9 container with CVMFS for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Feb 7, 2024
1 parent 1e4efc3 commit a915215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
'doc/starterkit/k4MarlinWrapperCLIC/CEDViaWrapper']
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/[email protected]
- name: Start container
run: |
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
docker run -it --name CI_container --privileged -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/key4hep/key4hep-images/alma9-cvmfs /bin/bash
- name: Compile
run: |
docker exec CI_container /bin/bash -c ' cd Package;/
Expand Down

0 comments on commit a915215

Please sign in to comment.