Skip to content

Commit

Permalink
Update stale reference to ancient manylinux image.
Browse files Browse the repository at this point in the history
The main-dist build was pinned accidentally to a very old manylinux image which seems to have finally given up the ghost based on some STL thing that must have been modernized in a later one.

Having this be a diversion from the others was an error.
  • Loading branch information
stellaraccident committed Oct 25, 2023
1 parent 6a850cb commit e62db18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
experimental: true

env:
MANYLINUX_X86_64_IMAGE: gcr.io/iree-oss/manylinux2014_x86_64-release@sha256:e83893d35be4ce3558c989e9d5ccc4ff88d058bc3e74a83181059cc76e2cf1f8
MANYLINUX_X86_64_IMAGE: ghcr.io/nod-ai/manylinux_x86_64:main

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand Down

0 comments on commit e62db18

Please sign in to comment.