Skip to content

Commit

Permalink
Merge pull request #78043 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.1-78023

release-22.1: roachprod: update thrift artifact url for use with charybdefs
  • Loading branch information
nicktrav authored Mar 21, 2022
2 parents 8285d6c + 7de3998 commit a8fd39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/roachprod/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sudo service cassandra stop;
sudo mkdir -p "${thrift_dir}"
sudo chmod 777 "${thrift_dir}"
cd "${thrift_dir}"
curl "https://downloads.apache.org/thrift/0.13.0/thrift-0.13.0.tar.gz" | sudo tar xvz --strip-components 1
curl "https://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.tar.gz" | sudo tar xvz --strip-components 1
sudo ./configure --prefix=/usr
sudo make -j$(nproc)
sudo make install
Expand Down

0 comments on commit a8fd39a

Please sign in to comment.