File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,17 +25,11 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
2525 rm -f /etc/apt/sources.list.d/pgdg.list
2626 # Remove problematic Helm repository if it exists
2727 rm -f /etc/apt/sources.list.d/helm-stable-debian.list
28-
29- # Ensure Ubuntu main repositories are available
30- echo " deb http://archive.ubuntu.com/ubuntu focal main" | tee /etc/apt/sources.list.d/ubuntu-main.list
31- echo " deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
32- echo " deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
33-
28+
3429 # Add keys and update
3530 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3631 apt-get clean
3732 apt-get autoremove
38- apt-get update
3933
4034 # Install packages with dependency resolution, allowing downgrades if needed
4135 apt-get install -y --allow-downgrades libpq-dev libsqlite3-dev libyaml-dev || \
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ rm -f /etc/apt/sources.list.d/microsoft-prod.list
3737# Remove problematic Helm repository if it exists
3838rm -f /etc/apt/sources.list.d/helm-stable-debian.list
3939echo " Installing test dependencies"
40- apt-get update -y
4140apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4241
4342echo " Configuring postgresql"
You can’t perform that action at this time.
0 commit comments