Skip to content

Commit

Permalink
[ci] Switch dartsim/dart-dev to jslee02/dart-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 15, 2023
1 parent 91282d2 commit fc1576d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
@@ -1 +1 @@
FROM dartsim/dart-dev:ubuntu-jammy-v7.0
FROM jslee02/dart-dev:ubuntu-jammy-v7.0
2 changes: 1 addition & 1 deletion .github/workflows/api_doc.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
name: API Documentation
runs-on: ubuntu-latest
env:
DART_DEV_IMAGE: dartsim/dart-dev
DART_DEV_IMAGE: jslee02/dart-dev
DOCKER_TAG: bionic-docs
BUILD_TYPE: Release
COMPILER: gcc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_archlinux.yml
Expand Up @@ -28,8 +28,8 @@ jobs:
build_dartpy: [ON]
enable_simd: [OFF]
env:
# Hosted on: https://hub.docker.com/repository/docker/dartsim/dart-dev
DART_DEV_IMAGE: dartsim/dart-dev
# Hosted on: https://hub.docker.com/repository/docker/jslee02/dart-dev
DART_DEV_IMAGE: jslee02/dart-dev
DOCKER_TAG: ${{ matrix.os }}-v7.0
PLATFORM: ${{ matrix.platform }}
COMPILER: ${{ matrix.compiler }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ubuntu.yml
Expand Up @@ -38,8 +38,8 @@ jobs:
build_dartpy: ON
enable_simd: ON
env:
# Hosted on: https://hub.docker.com/repository/docker/dartsim/dart-dev
DART_DEV_IMAGE: dartsim/dart-dev
# Hosted on: https://hub.docker.com/repository/docker/jslee02/dart-dev
DART_DEV_IMAGE: jslee02/dart-dev
DOCKER_TAG: ${{ matrix.os }}-v7.0
COMPILER: gcc
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -29,10 +29,10 @@ testpaths = ["tests"]

# https://cibuildwheel.readthedocs.io/en/stable/options/#before-all
[tool.cibuildwheel]
manylinux-x86_64-image = "dartsim/dart-dev:manylinux2014_x86_64-v7.0"
manylinux-aarch64-image = "dartsim/dart-dev:manylinux2014_aarch64-v7.0"
manylinux-pypy_x86_64-image = "dartsim/dart-dev:manylinux2014_x86_64-v7.0"
manylinux-pypy_aarch64-image = "dartsim/dart-dev:manylinux2014_aarch64-v7.0"
manylinux-x86_64-image = "jslee02/dart-dev:manylinux2014_x86_64-v7.0"
manylinux-aarch64-image = "jslee02/dart-dev:manylinux2014_aarch64-v7.0"
manylinux-pypy_x86_64-image = "jslee02/dart-dev:manylinux2014_x86_64-v7.0"
manylinux-pypy_aarch64-image = "jslee02/dart-dev:manylinux2014_aarch64-v7.0"
test-requires = "pytest"
test-command = "pytest {project}/python/tests"
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
Expand Down
2 changes: 1 addition & 1 deletion tools/run
Expand Up @@ -103,7 +103,7 @@ while [ $# -gt 0 ]; do
done

full_image_name_deploy=dartsim/dart:$os-$dart_version
full_image_name_dev=dartsim/dart-dev:$os-$dart_version
full_image_name_dev=jslee02/dart-dev:$os-$dart_version

if [ "$build_test" = true ]; then
test_command="&& make -j$num_cores tests && ctest --output-on-failure"
Expand Down

0 comments on commit fc1576d

Please sign in to comment.