mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add USE_S3_CACHE environment to linux and mac
This commit is contained in:
parent
8c725027db
commit
3f96a2cde3
1 changed files with 22 additions and 22 deletions
44
.github/workflows/build-salt-onedir.yml
vendored
44
.github/workflows/build-salt-onedir.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
||||||
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
|
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
|
||||||
env:
|
env:
|
||||||
PIP_INDEX_URL: https://pypi.org/simple
|
PIP_INDEX_URL: https://pypi.org/simple
|
||||||
|
USE_S3_CACHE: 'false'
|
||||||
steps:
|
steps:
|
||||||
- name: "Check cores"
|
- name: "Check cores"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -125,16 +125,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Setup Relenv
|
|
||||||
id: setup-relenv
|
|
||||||
uses: ./.github/actions/setup-relenv
|
|
||||||
with:
|
|
||||||
platform: macos
|
|
||||||
arch: ${{ matrix.arch }}
|
|
||||||
version: ${{ inputs.relenv-version }}
|
|
||||||
cache-seed: ${{ inputs.cache-seed }}
|
|
||||||
python-version: ${{ inputs.python-version }}
|
|
||||||
|
|
||||||
- name: Setup Python Tools Scripts
|
- name: Setup Python Tools Scripts
|
||||||
uses: ./.github/actions/setup-python-tools-scripts
|
uses: ./.github/actions/setup-python-tools-scripts
|
||||||
with:
|
with:
|
||||||
|
@ -146,6 +136,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
salt-version: "${{ inputs.salt-version }}"
|
salt-version: "${{ inputs.salt-version }}"
|
||||||
|
|
||||||
|
- name: Setup Relenv
|
||||||
|
id: setup-relenv
|
||||||
|
uses: ./.github/actions/setup-relenv
|
||||||
|
with:
|
||||||
|
platform: macos
|
||||||
|
arch: ${{ matrix.arch }}
|
||||||
|
version: ${{ inputs.relenv-version }}
|
||||||
|
cache-seed: ${{ inputs.cache-seed }}
|
||||||
|
python-version: ${{ inputs.python-version }}
|
||||||
|
|
||||||
- name: Install Salt into Relenv Onedir
|
- name: Install Salt into Relenv Onedir
|
||||||
uses: ./.github/actions/build-onedir-salt
|
uses: ./.github/actions/build-onedir-salt
|
||||||
with:
|
with:
|
||||||
|
@ -166,7 +166,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
env:
|
env:
|
||||||
PIP_INDEX_URL: https://pypi.org/simple
|
PIP_INDEX_URL: https://pypi.org/simple
|
||||||
|
USE_S3_CACHE: 'false'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: "Throttle Builds"
|
- name: "Throttle Builds"
|
||||||
|
@ -181,16 +181,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Setup Relenv
|
|
||||||
id: setup-relenv
|
|
||||||
uses: ./.github/actions/setup-relenv
|
|
||||||
with:
|
|
||||||
platform: windows
|
|
||||||
arch: ${{ matrix.arch }}
|
|
||||||
version: ${{ inputs.relenv-version }}
|
|
||||||
cache-seed: ${{ inputs.cache-seed }}
|
|
||||||
python-version: ${{ inputs.python-version }}
|
|
||||||
|
|
||||||
- name: Setup Python Tools Scripts
|
- name: Setup Python Tools Scripts
|
||||||
uses: ./.github/actions/setup-python-tools-scripts
|
uses: ./.github/actions/setup-python-tools-scripts
|
||||||
with:
|
with:
|
||||||
|
@ -202,6 +192,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
salt-version: "${{ inputs.salt-version }}"
|
salt-version: "${{ inputs.salt-version }}"
|
||||||
|
|
||||||
|
- name: Setup Relenv
|
||||||
|
id: setup-relenv
|
||||||
|
uses: ./.github/actions/setup-relenv
|
||||||
|
with:
|
||||||
|
platform: windows
|
||||||
|
arch: ${{ matrix.arch }}
|
||||||
|
version: ${{ inputs.relenv-version }}
|
||||||
|
cache-seed: ${{ inputs.cache-seed }}
|
||||||
|
python-version: ${{ inputs.python-version }}
|
||||||
|
|
||||||
- name: Install Salt into Relenv Onedir
|
- name: Install Salt into Relenv Onedir
|
||||||
uses: ./.github/actions/build-onedir-salt
|
uses: ./.github/actions/build-onedir-salt
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue