Skip to content

Commit

Permalink
bummer
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 20, 2024
1 parent a7a23fe commit 462163c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
fail-fast: false
matrix:
job:
- target: x86_64-pc-windows-msvc
os: windows-2019
# - target: x86_64-pc-windows-msvc
# os: windows-2019
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-apple-darwin
Expand Down
37 changes: 2 additions & 35 deletions .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# Windows
- target: x86_64-pc-windows-msvc
os: windows-2022
use-dist: true
# use-dist: true
- target: i686-pc-windows-msvc
os: windows-2022
# macOS
Expand Down Expand Up @@ -334,39 +334,6 @@ jobs:
path: installers/*
if-no-files-found: error

test-distributions:
name: Test distribution ${{ matrix.job.target }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
needs:
- distributions-dev
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false
matrix:
job:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
- target: x86_64-pc-windows-msvc
os: windows-2022
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-apple-darwin
os: macos-12

steps:
- name: Download distributions
uses: actions/download-artifact@v4
with:
name: distribution-${{ matrix.job.target }}

- name: Unpack distribution
run: |-
mkdir out
tar xzf hatch-dist-${{ matrix.job.target }}.tar.gz -C out
- name: Try to run
run: ./out/python/bin/hatch --version

macos-packaging:
name: Build macOS installer and sign/notarize artifacts
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -547,7 +514,7 @@ jobs:
uses: ./.github/workflows/build-distributions.yml
# This actually does not need the binary jobs but we want to prioritize
# resources for the test jobs therefore this forces these later on
# needs: binaries
needs: binaries

distributions-release:
name: Build release distributions
Expand Down

0 comments on commit 462163c

Please sign in to comment.