We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975bba8 commit 5100bfeCopy full SHA for 5100bfe
ansible/tasks/postgres-extensions/13-plv8.yml
@@ -37,6 +37,13 @@
37
when: platform == "arm64"
38
ignore_errors: yes # not needed for docker build
39
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
+
47
- name: plv8 - build
48
make:
49
chdir: /tmp/plv8
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.39-rc1"
+postgres-version = "15.1.0.39-rc2"
0 commit comments