|
6 | 6 | executors:
|
7 | 7 | linux-node:
|
8 | 8 | docker:
|
9 |
| - - image: circleci/node:stretch |
| 9 | + - image: cimg/node:18.20.3 |
10 | 10 | linux-python:
|
11 | 11 | docker:
|
12 | 12 | - image: cimg/python:3.10.7
|
13 | 13 | bionic:
|
14 | 14 | docker:
|
15 |
| - - image: emscripten/emscripten-ci |
| 15 | + - image: emscripten/emscripten-ci:focal |
16 | 16 | environment:
|
17 | 17 | LANG: "C.UTF-8"
|
18 | 18 | EMCC_CORES: "4"
|
@@ -41,7 +41,7 @@ commands:
|
41 | 41 | name: download chrome
|
42 | 42 | command: |
|
43 | 43 | # TODO: Make these part of the base image
|
44 |
| - apt-get install libu2f-udev libvulkan1 |
| 44 | + apt-get install -q -y libu2f-udev libvulkan1 xdg-utils |
45 | 45 | # wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
46 | 46 | # If that download link breaks, temporarily use this URL instead:
|
47 | 47 | # wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
|
@@ -170,7 +170,7 @@ commands:
|
170 | 170 | command: |
|
171 | 171 | ./emcc --clear-cache
|
172 | 172 | - pip-install
|
173 |
| - - run: apt-get install ninja-build |
| 173 | + - run: apt-get install -q -y ninja-build |
174 | 174 | - run:
|
175 | 175 | name: embuilder build ALL
|
176 | 176 | command: |
|
@@ -791,7 +791,7 @@ jobs:
|
791 | 791 | environment:
|
792 | 792 | EMTEST_SKIP_NODE_CANARY: "1"
|
793 | 793 | steps:
|
794 |
| - - run: apt-get install ninja-build scons |
| 794 | + - run: apt-get install -q -y ninja-build scons |
795 | 795 | - run-tests-linux:
|
796 | 796 | # some native-dependent tests fail because of the lack of native
|
797 | 797 | # headers on emsdk-bundled clang
|
|
0 commit comments