From 648bf54bb339e058c791b8886ff155bfb0aeae84 Mon Sep 17 00:00:00 2001 From: Roller Bot <42361097+roller-bot@users.noreply.github.com> Date: Wed, 24 Oct 2018 07:23:07 -0700 Subject: [PATCH 1/3] chore: bump libcc submodule to 82816abaad3930c3702cf23489f0506ba13b1529 --- vendor/libchromiumcontent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libchromiumcontent b/vendor/libchromiumcontent index c110392d855..82816abaad3 160000 --- a/vendor/libchromiumcontent +++ b/vendor/libchromiumcontent @@ -1 +1 @@ -Subproject commit c110392d8556a6428679328f9075b3f4fb54aa3c +Subproject commit 82816abaad3930c3702cf23489f0506ba13b1529 From 518467cf4c15513c1313e8aff419d4c13600c879 Mon Sep 17 00:00:00 2001 From: Roller Bot <42361097+roller-bot@users.noreply.github.com> Date: Wed, 24 Oct 2018 07:23:09 -0700 Subject: [PATCH 2/3] chore: bump libcc in DEPS to 82816abaad3930c3702cf23489f0506ba13b1529 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3e4fc73cb78..a8e2b8b021b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_version': '63.0.3239.150', 'libchromiumcontent_revision': - 'c110392d8556a6428679328f9075b3f4fb54aa3c', + '82816abaad3930c3702cf23489f0506ba13b1529', 'node_version': 'v9.7.0-33-g538a5023af', 'native_mate_revision': From 82082961439631f2a51baaf1809687abccaa8600 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 24 Oct 2018 15:21:43 -0400 Subject: [PATCH 3/3] Make sure node is set in path --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bc5ddc6be0..2b8365e3f3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,7 @@ build-steps: &build-steps echo 'Installing Node.js 10 for MacOS' brew update brew install node@10 + echo 'export PATH="/usr/local/opt/node@10/bin:$PATH"' >> $BASH_ENV fi - run: name: Check for release