diff --git a/.github/workflows/amd64_docker_bazel.yml b/.github/workflows/amd64_docker_bazel.yml deleted file mode 100644 index f28c0d1b32..0000000000 --- a/.github/workflows/amd64_docker_bazel.yml +++ /dev/null @@ -1,37 +0,0 @@ -# ref: https://github.com/docker-library/official-images -name: amd64 Docker Bazel - -on: [push, pull_request, workflow_dispatch] - -jobs: - bazel: - strategy: - matrix: - platform: [amd64] # arm64 riscv64 - distro: [ - almalinux, - # alpine, - archlinux, - debian, - fedora, - opensuse, - rockylinux, - ubuntu - ] - fail-fast: false - name: ${{ matrix.platform }} • ${{ matrix.distro }} • Bazel - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check docker - run: | - docker info - docker buildx ls - - name: Build env image - run: make --directory=bazel ${{ matrix.platform }}_${{ matrix.distro }}_env - - name: Build devel image - run: make --directory=bazel ${{ matrix.platform }}_${{ matrix.distro }}_devel - - name: Build project - run: make --directory=bazel ${{ matrix.platform }}_${{ matrix.distro }}_build - - name: Test project - run: make --directory=bazel ${{ matrix.platform }}_${{ matrix.distro }}_test diff --git a/.github/workflows/amd64_linux_bazel.yml b/.github/workflows/amd64_linux_bazel.yml index 69d625d193..01e1e7d741 100644 --- a/.github/workflows/amd64_linux_bazel.yml +++ b/.github/workflows/amd64_linux_bazel.yml @@ -9,10 +9,10 @@ jobs: strategy: matrix: python: [ - {version: '3.10'}, - {version: '3.11'}, + # {version: '3.10'}, + # {version: '3.11'}, {version: '3.12'}, - {version: '3.13'}, + # {version: '3.13'}, ] fail-fast: false name: Linux • Bazel • Python-${{ matrix.python.version }} diff --git a/.github/workflows/amd64_macos_bazel.yml b/.github/workflows/amd64_macos_bazel.yml index 256363be8e..c493c6aee9 100644 --- a/.github/workflows/amd64_macos_bazel.yml +++ b/.github/workflows/amd64_macos_bazel.yml @@ -9,10 +9,10 @@ jobs: strategy: matrix: python: [ - {version: '3.10'}, - {version: '3.11'}, + # {version: '3.10'}, + # {version: '3.11'}, {version: '3.12'}, - {version: '3.13'}, + # {version: '3.13'}, ] fail-fast: false name: MacOS • Bazel • Python-${{ matrix.python.version }} diff --git a/.github/workflows/amd64_windows_bazel.yml b/.github/workflows/amd64_windows_bazel.yml index 6b6d033aab..fa5f08bd35 100644 --- a/.github/workflows/amd64_windows_bazel.yml +++ b/.github/workflows/amd64_windows_bazel.yml @@ -10,10 +10,10 @@ jobs: matrix: runner: [windows-2022] python: [ - # {version: '3.10'}, - # {version: '3.11'}, + # {version: '3.10'}, + # {version: '3.11'}, {version: '3.12'}, - # {version: '3.13'}, + # {version: '3.13'}, ] fail-fast: false # Don't cancel all jobs if one fails. name: ${{ matrix.runner }} • Bazel • Python-${{ matrix.python.version }} diff --git a/.github/workflows/arm64_macos_bazel.yml b/.github/workflows/arm64_macos_bazel.yml index e0bd1b70a5..c0dd6bafdd 100644 --- a/.github/workflows/arm64_macos_bazel.yml +++ b/.github/workflows/arm64_macos_bazel.yml @@ -9,10 +9,10 @@ jobs: strategy: matrix: python: [ - {version: '3.10'}, - {version: '3.11'}, + # {version: '3.10'}, + # {version: '3.11'}, {version: '3.12'}, - {version: '3.13'}, + # {version: '3.13'}, ] fail-fast: false name: MacOS • Bazel • Python-${{ matrix.python.version }}