Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github/workflows: Set git safe directory #24

Closed
wants to merge 1 commit into from

github/workflows: Set git safe directory

1541d07
Select commit
Loading
Failed to load commit list.
Closed

github/workflows: Set git safe directory #24

github/workflows: Set git safe directory
1541d07
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / freebsd_13 (clang) failed Jul 31, 2023 in 47s

Task Summary

Instruction clone failed in 00:01

Details

✅ 00:43 install
❌ 00:01 clone

if [ -z "$CIRRUS_PR" ]; then
  git clone https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR
  git reset --hard $CIRRUS_CHANGE_IN_REPO
else
  git clone https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR
  git fetch origin pull/$CIRRUS_PR/head:pull/$CIRRUS_PR
  git reset --hard $CIRRUS_CHANGE_IN_REPO
fi
Cloning into '/tmp/cirrus-ci-build'...
ld-elf.so.1: /usr/local/lib/libcurl.so.4: Undefined symbol "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation"

Exit status: 128