Skip to content

Commit a7f813c

Browse files
authored
Merge pull request #2147 from dscho/azure-pipeline-workarounds
Try to work around temporary Azure Pipelines problem
2 parents dc2ae9a + 832996a commit a7f813c

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)