Skip to content

Commit 5cb8434

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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)