[llvm] [CI] Fix command not found error in monolithic-linux (PR #137486)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 26 20:03:52 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/137486
>From 3c7a8bac6041c64f42e11497ff80aa965a311ff2 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 27 Apr 2025 02:48:56 +0000
Subject: [PATCH] [CI] Fix command not found error in monolithic-linux
When editing the premerge.yaml file it seems like I left some extra yaml
in there that ended up in the run section of one of the steps that ended
up throwing the error.
---
.github/workflows/premerge.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index dd442dc636c03..c315ee37646d2 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -65,7 +65,6 @@ jobs:
export CXX=/opt/llvm/bin/clang++
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}"
- - name: "Upload artifact"
- name: Upload Artifacts
uses: actions/upload-artifact at 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
More information about the llvm-commits
mailing list