Skip to content

Commit b62abbb

Browse files
committed
ansible: update gn on Linux ppc64le and s390x
Update to a newer version of `gn` for compatibility with more recent versions of V8. Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent d5a9957 commit b62abbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/gn/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Requires a C++17 compiler.
4242
- name: build gn
4343
ansible.builtin.shell: |
44-
python3 build/gen.py && \
44+
python3 build/gen.py --allow-warning && \
4545
{{ gn_select_compiler }} && \
4646
{{ gn_dest_dir }}/ninja -C out && \
4747
out/gn_unittests

ansible/roles/gn/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compiler: {
55
}
66

77
gn_select_compiler: "{{ compiler[os]|default(compiler[os|stripversion])|default('true') }}"
8-
gn_version: 304bbef6c7e9a86630c12986b99c8654eb7fe648
8+
gn_version: e2f38fa47b6a6e58e1d427e9d2af246a19cb980c
99

1010
packages: {
1111
'rhel8': 'gcc-toolset-12'

0 commit comments

Comments
 (0)