mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-18 00:01:04 +00:00
remove shallow update when initializing llvm submodule
This commit is contained in:
@@ -21,7 +21,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
if [ -z "${{ inputs.version }}" ]; then
|
if [ -z "${{ inputs.version }}" ]; then
|
||||||
# Get the full version from the LLVM submodule.
|
# Get the full version from the LLVM submodule.
|
||||||
git submodule update --init --recursive --depth 1
|
git submodule update --init --recursive
|
||||||
cd llvm
|
cd llvm
|
||||||
# Try to get the most recent tag (e.g., "llvmorg-18.1.8")
|
# Try to get the most recent tag (e.g., "llvmorg-18.1.8")
|
||||||
LLVM_TAG=$(git describe --tags --abbrev=0 2>/dev/null)
|
LLVM_TAG=$(git describe --tags --abbrev=0 2>/dev/null)
|
||||||
|
|||||||
+1
-1
Submodule llvm updated: 3b5b5c1ec4...f68f64eb81
Reference in New Issue
Block a user