Merge "gerrit-build: jammy updates: update to nodejs 18.x, allow submodule clones"
This commit is contained in:
commit
f468ee07e2
@ -3,7 +3,7 @@
|
|||||||
- role: ensure-java
|
- role: ensure-java
|
||||||
java_version: 11
|
java_version: 11
|
||||||
- role: ensure-nodejs
|
- role: ensure-nodejs
|
||||||
node_version: 10
|
node_version: 18
|
||||||
- ensure-bazelisk
|
- ensure-bazelisk
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install essential build packages
|
- name: Install essential build packages
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
# https://github.blog/2022-10-18-git-security-vulnerabilities-announced/
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
shell: "if [ -d {{ item }} ] ; then git submodule update --init {{ item }} ; fi"
|
shell: "if [ -d {{ item }} ] ; then git -c protocol.file.allow=always submodule update --init {{ item }} ; fi"
|
||||||
args:
|
args:
|
||||||
chdir: /home/zuul/src/gerrit.googlesource.com/gerrit
|
chdir: /home/zuul/src/gerrit.googlesource.com/gerrit
|
||||||
loop:
|
loop:
|
||||||
|
Loading…
Reference in New Issue
Block a user