circleci: Add explict version to setup_remote_docker. NFC. (#646)
Apparently we are supposed to do this: https://discuss.circleci.com/t/old-linux-machine-image-remote-docker-deprecation/37572
This commit is contained in:
@@ -100,7 +100,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install docker
|
name: install docker
|
||||||
command: apt-get update -q && apt-get install -q -y docker.io
|
command: apt-get update -q && apt-get install -q -y docker.io
|
||||||
- setup_remote_docker
|
- setup_remote_docker:
|
||||||
|
version: 19.03.13
|
||||||
# Build and test the tip-of-tree build of EMSDK
|
# Build and test the tip-of-tree build of EMSDK
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
@@ -116,7 +117,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install docker
|
name: install docker
|
||||||
command: apt-get update -q && apt-get install -q -y docker.io
|
command: apt-get update -q && apt-get install -q -y docker.io
|
||||||
- setup_remote_docker
|
- setup_remote_docker:
|
||||||
|
version: 19.03.13
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
command: make -C ./docker version=${CIRCLE_TAG} build
|
command: make -C ./docker version=${CIRCLE_TAG} build
|
||||||
|
|||||||
Reference in New Issue
Block a user