Skip to content
Snippets Groups Projects
Commit defc2d56 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

LLVM: disable remote URL in --version

parent 6e51c3dc
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ builds:
default:
configure: |
extract.sh --into "$BUILD_DIR/source" "(@= source_url @)"
sed -i 's|GIT_FOUND|FALSE|g' "$BUILD_DIR/source/llvm/cmake/modules/VersionFromVCS.cmake"
(@= configure_llvm(cmake_build_type="Release", cflags=" ", additional_cmake_options=cmake_opts(), source_dir="$BUILD_DIR/source") @)
install: |
cd "$BUILD_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment