Skip to content

Commit 4ae95e0

Browse files
committed
Hoist aptly install into toolchain
1 parent f820d28 commit 4ae95e0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

buildkite/scripts/debian/install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ for i in "${debs[@]}"; do
5252
debs_with_version+=("${i}=${MINA_DEB_VERSION}")
5353
done
5454

55-
# Install aptly
56-
$SUDO apt-get update
57-
$SUDO apt-get install -y aptly
58-
5955
# Start aptly
6056
source ./scripts/debian/aptly.sh start --codename $MINA_DEB_CODENAME --debians $LOCAL_DEB_FOLDER --component unstable --clean --background
6157

@@ -70,4 +66,4 @@ $SUDO apt-get install --yes --allow-downgrades "${debs_with_version[@]}"
7066

7167

7268
# Cleaning up
73-
source ./scripts/debian/aptly.sh stop --clean
69+
source ./scripts/debian/aptly.sh stop --clean

dockerfiles/stages/3-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ USER root
1919
# afaict this is the last python dependency of any kind in CI
2020
RUN apt-get update --yes \
2121
&& apt-get install --yes \
22+
aptly \
2223
apt-transport-https \
2324
apt-utils \
2425
awscli \

0 commit comments

Comments
 (0)