Migrate build-deps-onedir step to gh runners

This commit is contained in:
Daniel A. Wozniak 2024-10-28 14:43:21 -07:00 committed by Daniel Wozniak
parent 3f71f85c51
commit de1079df1d
5 changed files with 5 additions and 6 deletions

View file

@ -27,6 +27,7 @@ runs:
steps:
- name: Cache Deps Onedir Package Directory
id: onedir-pkg-cache
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
path: artifacts/${{ inputs.package-name }}

View file

@ -31,7 +31,7 @@ runs:
- name: Download Cached Deps Onedir Package Directory
id: onedir-bare-cache
if: false
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
path: artifacts/${{ inputs.package-name }}

View file

@ -49,9 +49,7 @@ jobs:
- x86_64
- arm64
runs-on:
- self-hosted
- linux
- ${{ matrix.arch }}
- linux-${{ matrix.arch }}
env:
USE_S3_CACHE: 'true'
steps:

View file

@ -217,7 +217,7 @@ jobs:
publish-repositories:
name: Publish Repositories
runs-on:
- linux_x86_64
- linux-x86_64
env:
USE_S3_CACHE: 'true'
needs:

View file

@ -239,7 +239,7 @@ permissions:
<%- do conclusion_needs.append('publish-repositories') %>
name: Publish Repositories
runs-on:
- linux_x86_64
- linux-x86_64
env:
USE_S3_CACHE: 'true'
needs: