Skip to content

Commit

Permalink
chore: enable ccache for plv8 ami build (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Feb 10, 2023
1 parent 975bba8 commit 5100bfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ansible/tasks/postgres-extensions/13-plv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
when: platform == "arm64"
ignore_errors: yes # not needed for docker build

- name: plv8 - enable ccache
become: yes
replace:
path: /tmp/plv8/Makefiles/Makefile.docker
regexp: "^GN_ARGS ="
replace: GN_ARGS = cc_wrapper=\"env CCACHE_SLOPPINESS=time_macros ccache\"

- name: plv8 - build
make:
chdir: /tmp/plv8
Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.0.39-rc1"
postgres-version = "15.1.0.39-rc2"

0 comments on commit 5100bfe

Please sign in to comment.