From d1a8e5ecfec2c458602d1856fbf4d6234665a1e4 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 25 Jan 2025 22:36:10 -0800 Subject: [PATCH] fix: add missing CURRENT_LLVM_STABLE variable --- dist/legacy/llvm_repo_remove.bash | 1 + dist/modern/llvm_repo_remove.bash | 1 + src/llvm/llvm_repo_remove.bash | 1 + 3 files changed, 3 insertions(+) diff --git a/dist/legacy/llvm_repo_remove.bash b/dist/legacy/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/dist/legacy/llvm_repo_remove.bash +++ b/dist/legacy/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools diff --git a/dist/modern/llvm_repo_remove.bash b/dist/modern/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/dist/modern/llvm_repo_remove.bash +++ b/dist/modern/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools diff --git a/src/llvm/llvm_repo_remove.bash b/src/llvm/llvm_repo_remove.bash index 218d611a..cc9e8673 100755 --- a/src/llvm/llvm_repo_remove.bash +++ b/src/llvm/llvm_repo_remove.bash @@ -5,6 +5,7 @@ set -eux +CURRENT_LLVM_STABLE=18 BASE_URL="http://apt.llvm.org" # Check for required tools