Skip to content

Commit 9a3f2da

Browse files
mdkofacebook-github-bot
authored andcommitted
Update folly and fbthrift versions for wdl; spark version (#236)
Summary: CI is failing ([link](https://github.com/facebookresearch/DCPerf/actions/runs/17990450091/job/51179095789?fbclid=IwY2xjawNBywJleHRuA2FlbQIxMQBicmlkETE1cjM0TE15VEhpSEtGVHBuAR7VlZcEX1Zl2FeYpp8mWgzyQV1dZ8lRMcY2lJZxMDTle48pgtvQMow4nDQqMg_aem_ItATH7rHjfxPjVev4fp-Hw)) because the folly version doesn't include D82676673. Differential Revision: D83225390
1 parent 4654b85 commit 9a3f2da

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/spark_standalone/install_spark_standalone.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ fi
4242

4343
# download spark
4444
pushd "${OUT}" || exit 1
45-
if [ ! -f spark-4.0.0-bin-hadoop3.tgz ]; then
46-
wget https://dlcdn.apache.org/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz
45+
if [ ! -f spark-4.0.1-bin-hadoop3.tgz ]; then
46+
wget https://dlcdn.apache.org/spark/spark-4.0.1/spark-4.0.1-bin-hadoop3.tgz
4747
fi
48-
tar xzf spark-4.0.0-bin-hadoop3.tgz
48+
tar xzf spark-4.0.1-bin-hadoop3.tgz
4949
popd || exit 1
5050

5151
# create sub directories

packages/wdl_bench/install_wdl_bench.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ declare -A REPOS=(
1616
)
1717

1818
declare -A TAGS=(
19-
['folly']='v2025.09.15.00'
20-
['fbthrift']='v2025.09.15.00'
19+
['folly']='v2025.09.22.00'
20+
['fbthrift']='v2025.09.22.00'
2121
['lzbench']='v2.1'
2222
['openssl']='openssl-3.3.1'
2323
['vdso']='main'

0 commit comments

Comments
 (0)