Skip to content

Commit 23b6894

Browse files
authored
Temporarily remove stale ppa until image can be updated (#761)
1 parent 84671d0 commit 23b6894

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tools/ci_build/builds/release_linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
# ==============================================================================
1616
set -e -x
1717

18+
# Remove the now private ppa. This can be removed after the docker image removes the
19+
# pre-installed python packages from this ppa.
20+
rm -f /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
21+
1822
PYTHON_VERSIONS="python2.7 python3.5 python3.6 python3.7"
1923
ln -sf /usr/bin/python3.5 /usr/bin/python3 # Py36 has issues with add-apt
2024
curl -sSOL https://bootstrap.pypa.io/get-pip.py

tools/ci_build/install/install_ci_dependency.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ wget ${QUIET_FLAG} https://github.com/bazelbuild/buildtools/releases/download/0.
5050
chmod +x buildozer
5151
sudo mv buildozer /usr/local/bin/.
5252

53+
# Remove the now private ppa. This can be removed after the docker image removes the
54+
# pre-installed python packages from this ppa.
55+
rm -f /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
56+
5357
# Install clang-format
5458
apt-get update -qq && apt-get install -y clang-format-3.8
5559

0 commit comments

Comments
 (0)