joemccall86 commented on issue #35292:
URL: https://github.com/apache/arrow/issues/35292#issuecomment-1593452987
We are still seeing this issue exactly as reported. Here is our relevant
script that we use to set up our CI:
```bash
sudo apt update
sudo apt install -y -V ca-certificates lsb-release wget
if [ $(lsb_release --codename --short) = "stretch" ]; then
sudo tee /etc/apt/sources.list.d/backports.list <<APT_LINE
deb http://deb.debian.org/debian $(lsb_release --codename --short)-backports
main
APT_LINE
fi
pushd /tmp
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short
| tr 'A-Z' 'a-z')/apache-arrow-archive-keyring-latest-$(lsb_release --codename
--short).deb
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release
--codename --short).deb
popd
```
This doesn't happen every time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]