[llvm] [DONOTSUBMIT] Test of stage2 container build (PR #83064)

Natalie Chouinard via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 13:40:39 PST 2024


https://github.com/sudonatalie created https://github.com/llvm/llvm-project/pull/83064

None

>From a5bfcd2baf00c780c74a16fed909e0a8c2692ad4 Mon Sep 17 00:00:00 2001
From: Natalie Chouinard <chouinard at google.com>
Date: Mon, 26 Feb 2024 21:40:11 +0000
Subject: [PATCH] [DONOTSUBMIT] Test of stage2 container build

---
 .github/workflows/containers/github-action-ci/stage2.Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/containers/github-action-ci/stage2.Dockerfile b/.github/workflows/containers/github-action-ci/stage2.Dockerfile
index e1a06cb68a589e..5a5866ecf637d7 100644
--- a/.github/workflows/containers/github-action-ci/stage2.Dockerfile
+++ b/.github/workflows/containers/github-action-ci/stage2.Dockerfile
@@ -1,3 +1,4 @@
+# NFC
 FROM docker.io/library/ubuntu:22.04 as base
 ENV LLVM_SYSROOT=/opt/llvm
 



More information about the llvm-commits mailing list