Skip to content

Commit 4e62d3d

Browse files
[CI] Fix command not found error in monolithic-linux
1 parent af223bc commit 4e62d3d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.ci/compute_projects.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
"clang": {"clang-tools-extra", "compiler-rt", "cross-project-tests"},
5353
"clang-tools-extra": {"libc"},
5454
"mlir": {"flang"},
55-
# Test everything if ci scripts are changed.
56-
# FIXME: Figure out what is missing and add here.
57-
".ci": {"llvm", "clang", "lld", "lldb"},
5855
}
5956

6057
DEPENDENT_RUNTIMES_TO_TEST = {"clang": {"libcxx", "libcxxabi", "libunwind"}}

.ci/monolithic-linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function at-exit {
4848
else
4949
python3 "${MONOREPO_ROOT}"/.ci/generate_test_report_github.py ":linux: Linux x64 Test Results" \
5050
$retcode "${BUILD_DIR}"/test-results.*.xml >> $GITHUB_STEP_SUMMARY
51+
echo "after?"
5152
fi
5253
}
5354
trap at-exit EXIT

polly/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Check if this is a in tree build.
2+
# Testing.
23
if (NOT DEFINED LLVM_MAIN_SRC_DIR)
34
project(Polly)
45
cmake_minimum_required(VERSION 3.20.0)

0 commit comments

Comments
 (0)