Skip to content

Commit 769e230

Browse files
committed
fixup! ci: work around temporary Azure Pipelines issue
This workaround is no longer necessary. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 832996a commit 769e230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ 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 . || :; }
136135
else
137136
echo "Could not identify CI type" >&2
138137
exit 1

0 commit comments

Comments
 (0)