github/workflows: Set git safe directory #24
Closed
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
Loading