Skip to content

Commit 7b66df4

Browse files
committed
nit
1 parent 70d0666 commit 7b66df4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ popd
1111
rm -rf dist arrow
1212

1313
export ARROW_HOME=$(pwd)/dist
14+
export ARROW_VERSION=18.1.0
1415
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1516
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
16-
export SETUPTOOLS_SCM_PRETEND_VERSION=18.1.0
17+
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION
1718

1819
git clone \
1920
--depth 1 \
20-
--branch apache-arrow-18.1.0 \
21+
--branch "apache-arrow-${ARROW_VERSION}" \
2122
--single-branch \
2223
https://github.com/apache/arrow.git
2324

0 commit comments

Comments
 (0)