We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d0666 commit 7b66df4Copy full SHA for 7b66df4
building/lambda/build-lambda-layer.sh
@@ -11,13 +11,14 @@ popd
11
rm -rf dist arrow
12
13
export ARROW_HOME=$(pwd)/dist
14
+export ARROW_VERSION=18.1.0
15
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
16
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
-export SETUPTOOLS_SCM_PRETEND_VERSION=18.1.0
17
+export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION
18
19
git clone \
20
--depth 1 \
- --branch apache-arrow-18.1.0 \
21
+ --branch "apache-arrow-${ARROW_VERSION}" \
22
--single-branch \
23
https://github.com/apache/arrow.git
24
0 commit comments