File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - release/*
8+ - da/fix-qemu-build
89 paths :
910 - ' .github/workflows/qemu-image-build.yml'
1011 - ' qemu-arm64-nix.pkr.hcl'
2627 - name : Set PostgreSQL versions - only builds pg17 atm
2728 id : set-versions
2829 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]')
3031 echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
3132
3233 build :
Original file line number Diff line number Diff line change 255255 LOCALE_ARCHIVE : /usr/lib/locale/locale-archive
256256 vars :
257257 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)
259259
260260- name : copy PG systemd unit
261261 template :
Original file line number Diff line number Diff line change 106106
107107function clean_legacy_things {
108108 # 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
110110 apt-get -y purge kong
111111 apt-get autoremove -y
112112}
You can’t perform that action at this time.
0 commit comments