Skip to content

Commit ed1ffdf

Browse files
committed
fix: remove obsolete references
1 parent b576661 commit ed1ffdf

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ jobs:
9999
VERSION=$(cat common-nix.vars.pkr.hcl | sed -e 's/postgres-version = "\(.*\)"/\1/g')
100100
echo "version=$VERSION" >> $GITHUB_OUTPUT
101101
102-
# - name: Create nix flake revision tarball
103-
# run: |
104-
# GIT_SHA=${{github.sha}}
105-
# MAJOR_VERSION=${{ env.POSTGRES_MAJOR_VERSION }}
106-
107-
# mkdir -p "/tmp/pg_upgrade_bin/${MAJOR_VERSION}"
108-
# echo "$GIT_SHA" >> "/tmp/pg_upgrade_bin/${MAJOR_VERSION}/nix_flake_version"
109-
# tar -czf "/tmp/pg_binaries.tar.gz" -C "/tmp/pg_upgrade_bin" .
110-
111102
- name: configure aws credentials - staging
112103
uses: aws-actions/configure-aws-credentials@v4
113104
with:

scripts/90-cleanup-qemu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ elif [ -n "$(command -v apt-get)" ]; then
2424
autoconf \
2525
autotools-dev \
2626
cmake-data \
27-
cpp-8 \
2827
cpp-9 \
2928
cpp-10 \
30-
gcc-8 \
3129
gcc-9 \
3230
gcc-10 \
3331
git \
@@ -43,7 +41,6 @@ elif [ -n "$(command -v apt-get)" ]; then
4341
add-apt-repository --yes --remove ppa:ansible/ansible
4442

4543
source /etc/os-release
46-
apt-get -y remove --purge linux-headers-5.11.0-1021-aws
4744

4845
apt-get -y update
4946
apt-get -y upgrade

0 commit comments

Comments
 (0)