Skip to content

Commit c7b7c3a

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #2147 from dscho/azure-pipeline-workarounds
Try to work around temporary Azure Pipelines problem
2 parents 0895333 + 110e2d2 commit c7b7c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ then
132132
MAKEFLAGS="$MAKEFLAGS --jobs=10"
133133
test windows_nt != "$CI_OS_NAME" ||
134134
GIT_TEST_OPTS="--no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS"
135+
{ setfacl -bR . || :; }
135136
else
136137
echo "Could not identify CI type" >&2
137138
exit 1

0 commit comments

Comments
 (0)