Skip to content

Commit 5100bfe

Browse files
authored
chore: enable ccache for plv8 ami build (#535)
1 parent 975bba8 commit 5100bfe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ansible/tasks/postgres-extensions/13-plv8.yml

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
when: platform == "arm64"
3838
ignore_errors: yes # not needed for docker build
3939

40+
- name: plv8 - enable ccache
41+
become: yes
42+
replace:
43+
path: /tmp/plv8/Makefiles/Makefile.docker
44+
regexp: "^GN_ARGS ="
45+
replace: GN_ARGS = cc_wrapper=\"env CCACHE_SLOPPINESS=time_macros ccache\"
46+
4047
- name: plv8 - build
4148
make:
4249
chdir: /tmp/plv8

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.39-rc1"
1+
postgres-version = "15.1.0.39-rc2"

0 commit comments

Comments
 (0)