File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- develop
7
7
- release/*
8
+ - da/fix-qemu-build
8
9
paths :
9
10
- ' .github/workflows/qemu-image-build.yml'
10
11
- ' qemu-arm64-nix.pkr.hcl'
26
27
- name : Set PostgreSQL versions - only builds pg17 atm
27
28
id : set-versions
28
29
run : |
29
- VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[1 ]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
30
+ VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[2 ]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
30
31
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
31
32
32
33
build :
Original file line number Diff line number Diff line change 255
255
LOCALE_ARCHIVE : /usr/lib/locale/locale-archive
256
256
vars :
257
257
ansible_command_timeout : 60
258
- when : stage2_nix and is_psql_oriole or is_psql_17
258
+ when : stage2_nix and ( is_psql_oriole or is_psql_17)
259
259
260
260
- name : copy PG systemd unit
261
261
template :
Original file line number Diff line number Diff line change 106
106
107
107
function clean_legacy_things {
108
108
# removes things that are bundled for legacy reasons, but we can start without for our newer artifacts
109
- apt-get unmark zlib1g* # TODO (darora): need to make sure that there aren't other things that still need this
109
+ apt-get unhold zlib1g* # TODO (darora): need to make sure that there aren't other things that still need this
110
110
apt-get -y purge kong
111
111
apt-get autoremove -y
112
112
}
You can’t perform that action at this time.
0 commit comments