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 99
99
VERSION=$(cat common-nix.vars.pkr.hcl | sed -e 's/postgres-version = "\(.*\)"/\1/g')
100
100
echo "version=$VERSION" >> $GITHUB_OUTPUT
101
101
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
-
111
102
- name : configure aws credentials - staging
112
103
uses : aws-actions/configure-aws-credentials@v4
113
104
with :
Original file line number Diff line number Diff line change @@ -24,10 +24,8 @@ elif [ -n "$(command -v apt-get)" ]; then
24
24
autoconf \
25
25
autotools-dev \
26
26
cmake-data \
27
- cpp-8 \
28
27
cpp-9 \
29
28
cpp-10 \
30
- gcc-8 \
31
29
gcc-9 \
32
30
gcc-10 \
33
31
git \
@@ -43,7 +41,6 @@ elif [ -n "$(command -v apt-get)" ]; then
43
41
add-apt-repository --yes --remove ppa:ansible/ansible
44
42
45
43
source /etc/os-release
46
- apt-get -y remove --purge linux-headers-5.11.0-1021-aws
47
44
48
45
apt-get -y update
49
46
apt-get -y upgrade
You can’t perform that action at this time.
0 commit comments