Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit pypy3 docker files and builds #308

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
fail-fast: false
matrix:
# NOTE: Use a matrix (instead of dockerBuild.sh) for parallelism
dockerfile: [amazon, debian, fedora, redhat,
amazon_pypy, debian_pypy, fedora_pypy, redhat_pypy]
dockerfile: [amazon, debian, fedora, redhat]
runs-on: [ubuntu-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker_build_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
schedule:
# Run it every Tuesday at midnight.
- cron: '0 0 * * 2'
workflow_dispatch:

permissions:
actions: read
Expand Down
37 changes: 0 additions & 37 deletions docker/Dockerfile_amazon_pypy

This file was deleted.

37 changes: 0 additions & 37 deletions docker/Dockerfile_debian_pypy

This file was deleted.

37 changes: 0 additions & 37 deletions docker/Dockerfile_fedora_pypy

This file was deleted.

38 changes: 0 additions & 38 deletions docker/Dockerfile_redhat_pypy

This file was deleted.

37 changes: 0 additions & 37 deletions docker/Dockerfile_ubuntu_pypy

This file was deleted.

2 changes: 1 addition & 1 deletion examples/scripts/Dockerfile_check_linear_fit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/Miniforge-pypy3
FROM condaforge/miniforge3

RUN mamba install -c conda-forge numpy scipy

Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/Dockerfile_scatter_plot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/Miniforge-pypy3
FROM condaforge/miniforge3

RUN mamba install -c conda-forge matplotlib

Expand Down
Loading