[libcxx-commits] [libcxx] e34f956 - Remove act from builder image. It never turned out to be useful

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 4 18:12:52 PDT 2024


Author: Eric Fiselier
Date: 2024-06-04T21:12:31-04:00
New Revision: e34f9567c4fd5c3709a613d8a0ebe9c145c2076e

URL: https://github.com/llvm/llvm-project/commit/e34f9567c4fd5c3709a613d8a0ebe9c145c2076e
DIFF: https://github.com/llvm/llvm-project/commit/e34f9567c4fd5c3709a613d8a0ebe9c145c2076e.diff

LOG: Remove act from builder image. It never turned out to be useful

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index c77f6c435baf4..54dd0f1186880 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -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
 


        


More information about the libcxx-commits mailing list