CI: fix bootstrapping on Fedora (#30559)
Fedora updated git, so we need to apply, again, the workaround for CVE-2022-24765
This commit is contained in:
parent
1bde91735b
commit
104d60887f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/bootstrap.yml
vendored
6
.github/workflows/bootstrap.yml
vendored
|
@ -31,6 +31,12 @@ jobs:
|
|||
bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \
|
||||
make patch unzip which xz python3 python3-devel tree \
|
||||
cmake bison bison-devel libstdc++-static
|
||||
- name: Work around CVE-2022-24765
|
||||
run: |
|
||||
# See:
|
||||
# - https://github.blog/2022-04-12-git-security-vulnerability-announced/
|
||||
# - https://github.com/actions/checkout/issues/760
|
||||
git config --global --add safe.directory /__w/spack/spack
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
|
||||
- name: Setup repo and non-root user
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue