Skip to content

Commit

Permalink
Remove act from builder image. It never turned out to be useful
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Jun 5, 2024
1 parent dd82fd4 commit e34f956
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libcxx/utils/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ CMD /opt/android/container-setup.sh && buildkite-agent start
#
FROM builder-base AS actions-builder

# Install 'act' for running github actions locally. This provides an alternative to the run-buildbot script
# while still providing reproducability.
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash

WORKDIR /home/runner
USER runner

Expand Down

0 comments on commit e34f956

Please sign in to comment.