Skip to content

Commit

Permalink
Update CMake version used when building (#370)
Browse files Browse the repository at this point in the history
* Update CMake version used when building

Somewhat hacky way to fix #314 and to get #345 working again.

* Only update CMake with llvm_passes image

* Potential Fix

* Try print debugging

* Fix typo

* Remove debugging echos
  • Loading branch information
Zentrik authored Jul 28, 2024
1 parent dea1b33 commit 552037b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/main/platforms/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ steps:
# Receive some environment mappings from our templating engine
TRIPLET: "${TRIPLET?}"
MAKE_FLAGS: "${MAKE_FLAGS?}"
ROOTFS_IMAGE_NAME: "${ROOTFS_IMAGE_NAME?}"
5 changes: 5 additions & 0 deletions utilities/build_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ ld -v
echo
buildkite-agent --version

if [[ "${ROOTFS_IMAGE_NAME-}" == "llvm_passes" ]]; then
echo "--- Update CMake"
contrib/download_cmake.sh
fi

echo "--- Collect make options"
# These are the flags we'll provide to `make`
MFLAGS=()
Expand Down

0 comments on commit 552037b

Please sign in to comment.