Searched refs:git_ref (Results 1 – 2 of 2) sorted by relevance
47 git_ref=""102 git_ref="$1"103 echo "WARNING: Using the ref $git_ref instead of a release tag"223 if [ -n "$git_ref" ]; then227 git_ref=llvmorg-$Release229 git_ref="$git_ref-$RC"334 echo "# Using git ref: $git_ref"338 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \351 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \354 echo "$git_ref not found in test-suite repo, test-suite disabled."
80 git_ref=llvmorg-$release87 …curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | tar --strip-components=1 -x…