Skip to content

Commit

Permalink
perhaps default image can't run docker anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
timsnyder committed Mar 27, 2022
1 parent 3ed2e0c commit 519f6fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version: 2
jobs:
build_linux_64_c_compiler_version10cxx_compiler_version10linux_clang_version11:
working_directory: ~/test
machine: true
machine:
image: ubuntu-2004:202111-02
environment:
- CONFIG: "linux_64_c_compiler_version10cxx_compiler_version10linux_clang_version11"
- UPLOAD_PACKAGES: "False"
Expand All @@ -32,7 +33,8 @@ jobs:
./.scripts/run_docker_build.sh
build_linux_64_c_compiler_version10cxx_compiler_version10linux_clang_version13:
working_directory: ~/test
machine: true
machine:
image: ubuntu-2004:202111-02
environment:
- CONFIG: "linux_64_c_compiler_version10cxx_compiler_version10linux_clang_version13"
- UPLOAD_PACKAGES: "False"
Expand All @@ -57,7 +59,8 @@ jobs:
./.scripts/run_docker_build.sh
build_linux_64_c_compiler_version11cxx_compiler_version11linux_clang_version11:
working_directory: ~/test
machine: true
machine:
image: ubuntu-2004:202111-02
environment:
- CONFIG: "linux_64_c_compiler_version11cxx_compiler_version11linux_clang_version11"
- UPLOAD_PACKAGES: "False"
Expand All @@ -82,7 +85,8 @@ jobs:
./.scripts/run_docker_build.sh
build_linux_64_c_compiler_version11cxx_compiler_version11linux_clang_version13:
working_directory: ~/test
machine: true
machine:
image: ubuntu-2004:202111-02
environment:
- CONFIG: "linux_64_c_compiler_version11cxx_compiler_version11linux_clang_version13"
- UPLOAD_PACKAGES: "False"
Expand Down
4 changes: 1 addition & 3 deletions .scripts/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ fi

export UPLOAD_PACKAGES="${UPLOAD_PACKAGES:-True}"
export IS_PR_BUILD="${IS_PR_BUILD:-False}"
if [[ "$CI" != circle ]]; then
docker pull "${DOCKER_IMAGE}"
fi
docker pull "${DOCKER_IMAGE}"
docker run ${DOCKER_RUN_ARGS} \
-v "${RECIPE_ROOT}":/home/conda/recipe_root:rw,z,delegated \
-v "${FEEDSTOCK_ROOT}":/home/conda/feedstock_root:rw,z,delegated \
Expand Down

0 comments on commit 519f6fa

Please sign in to comment.