Skip to content

Commit

Permalink
ansible: build newer version of gn
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Apr 17, 2024
1 parent 2ee88d6 commit 885e317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/roles/gn/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ compiler: {
}

gn_select_compiler: "{{ compiler[os]|default(compiler[os|stripversion])|default('true') }}"
# Pin gn for now so we can still build older versions of V8 in Node.js 14.
# Refs: https://github.com/nodejs/node/pull/40689#issuecomment-956303875
gn_version: 69ec4fc
gn_version: 88e8054

0 comments on commit 885e317

Please sign in to comment.