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

Separate container management #86

Merged
merged 3 commits into from
Aug 11, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/intel-mkl-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
linux:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel-mkl-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- mkl-dynamic-ilp64-seq
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/intel-mkl-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ jobs:
--no-default-features

test_pkg_config:
strategy:
fail-fast: false
matrix:
image:
- mkl-rust
- mkl-ubuntu
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/${{ matrix.image }}:1.56.0-1
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-format:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand All @@ -21,7 +21,7 @@ jobs:
clippy:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0-1
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand Down
17 changes: 0 additions & 17 deletions docker/Makefile

This file was deleted.

17 changes: 0 additions & 17 deletions docker/common.mk

This file was deleted.

4 changes: 0 additions & 4 deletions docker/intel-mkl.conf

This file was deleted.

34 changes: 0 additions & 34 deletions docker/mkl-rust.Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions docker/mkl-ubuntu.Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions docker/rust.mk

This file was deleted.

34 changes: 0 additions & 34 deletions docker/silent.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions docker/ubuntu.mk

This file was deleted.

1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.