From a4da2e447aca174e8b371866beb0ad4f9bc0ffde Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Tue, 1 Mar 2022 16:57:53 +0100 Subject: [PATCH] docs: document #fe deployment trick --- ci/install-butler-on-alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-butler-on-alpine.sh b/ci/install-butler-on-alpine.sh index d26155d..6527490 100755 --- a/ci/install-butler-on-alpine.sh +++ b/ci/install-butler-on-alpine.sh @@ -32,4 +32,4 @@ chmod +x /usr/local/bin/butler rm butler.zip butler -V -# NOTE: sometimes this fails with error `runtime/cgo: pthread_create failed: Operation not permitted` and I'm not sure why. A strict Docker's seccomp policy would explain this, but then why is it flaky?! +# NOTE: sometimes this fails with error `runtime/cgo: pthread_create failed: Operation not permitted` and I'm not sure why. A strict Docker's seccomp policy would explain this, but then why is it flaky?! **UPDATE**: it appears that I was right and setting `tags: [commul]` selects only runners with extended policies. -- GitLab