summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-05-02 22:49:53 +0200
committerMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-07-14 16:47:26 +0200
commitb74b175673b577afe80b69a21835ed00f95a8bc1 (patch)
treefe7bdb5398d1657f77a990767bb2797b95579a11
parent912109da16b7b4253d9871a2c9a3ccdb8cf51a97 (diff)
downloadspack-b74b175673b577afe80b69a21835ed00f95a8bc1.tar.gz
spack-b74b175673b577afe80b69a21835ed00f95a8bc1.tar.bz2
spack-b74b175673b577afe80b69a21835ed00f95a8bc1.tar.xz
spack-b74b175673b577afe80b69a21835ed00f95a8bc1.zip
Fix issue in CI with Git 2.35 (#30436)
-rw-r--r--.github/workflows/bootstrap.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index b5fee5f5aa..493295b624 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -99,6 +99,8 @@ jobs:
- name: Setup repo and non-root user
run: |
git --version
+ # See http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
+ git config --global --add safe.directory /__w/spack/spack
git fetch --unshallow
. .github/workflows/setup_git.sh
- name: Bootstrap clingo