From ce310439c32d5d338e180291f28400b7f825aa41 Mon Sep 17 00:00:00 2001 From: Lane Rettig Date: Thu, 15 Aug 2024 11:49:00 -0700 Subject: [PATCH] Move rust commit to a standalone file Makes it easier for athena and other things to depend on it --- config.sh | 2 +- rust_commit.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 rust_commit.txt diff --git a/config.sh b/config.sh index bee293c..9090896 100755 --- a/config.sh +++ b/config.sh @@ -2,7 +2,7 @@ param1=${1:-} -export RUST_COMMIT=051478957371ee0084a7c0913941d2a8c4757bb9 +export RUST_COMMIT=$(cat rust_commit.txt) # If -rust_commit specified then only export the rust commit variable if [ "$param1" == "-rust_commit" ]; then diff --git a/rust_commit.txt b/rust_commit.txt new file mode 100644 index 0000000..5afe247 --- /dev/null +++ b/rust_commit.txt @@ -0,0 +1 @@ +051478957371ee0084a7c0913941d2a8c4757bb9