Skip to content

Commit e34f956

Browse files
committed
Remove act from builder image. It never turned out to be useful
1 parent dd82fd4 commit e34f956

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,6 @@ CMD /opt/android/container-setup.sh && buildkite-agent start
287287
#
288288
FROM builder-base AS actions-builder
289289

290-
# Install 'act' for running github actions locally. This provides an alternative to the run-buildbot script
291-
# while still providing reproducability.
292-
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
293-
294290
WORKDIR /home/runner
295291
USER runner
296292

0 commit comments

Comments
 (0)