File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments