mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
42b03917fb
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.6.0 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/releases">actions-rust-lang/setup-rust-toolchain's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <ul> <li>Allow specifying subdirectories for cache.</li> <li>Fix toolchain file overriding.</li> </ul> <h2>v1.7.0</h2> <h2>What's Changed</h2> <ul> <li>Allow overriding the toolchain file by <a href="https://github.com/Twey"><code>@Twey</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/26">actions-rust-lang/setup-rust-toolchain#26</a></li> <li>ci: update checked rust-toolchain version by <a href="https://github.com/robjtede"><code>@robjtede</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/29">actions-rust-lang/setup-rust-toolchain#29</a></li> <li>Prepare 1.7.0 release by <a href="https://github.com/robjtede"><code>@robjtede</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/30">actions-rust-lang/setup-rust-toolchain#30</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Twey"><code>@Twey</code></a> made their first contribution in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/26">actions-rust-lang/setup-rust-toolchain#26</a></li> <li><a href="https://github.com/robjtede"><code>@robjtede</code></a> made their first contribution in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/29">actions-rust-lang/setup-rust-toolchain#29</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.6...v1.7.0">https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.6...v1.7.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md">actions-rust-lang/setup-rust-toolchain's changelog</a>.</em></p> <blockquote> <h2>[1.8.0] - 2024-01-13</h2> <ul> <li>Allow specifying subdirectories for cache.</li> <li>Fix toolchain file overriding.</li> </ul> <h2>[1.7.0] - 2024-01-11</h2> <ul> <li>Allow overriding the toolchain file with explicit <code>toolchain</code> input. (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/26">#26</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b113a30d27
"><code>b113a30</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/34">#34</a> from actions-rust-lang/rel-180</li> <li><a href="039765bd18
"><code>039765b</code></a> chore: prepare release 1.8.0</li> <li><a href="84e65ce315
"><code>84e65ce</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/32">#32</a> from gruebel/add-workspaces</li> <li><a href="6f719a240e
"><code>6f719a2</code></a> Merge branch 'main' into add-workspaces</li> <li><a href="15d0afaad9
"><code>15d0afa</code></a> ci: fix cache test</li> <li><a href="922cc935eb
"><code>922cc93</code></a> ci: add cache-workspaces test</li> <li><a href="bcda41b18d
"><code>bcda41b</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/33">#33</a> from fprasx/fprasx/fix-toolchain-overrides</li> <li><a href="ba41ca6f71
"><code>ba41ca6</code></a> ci: clearer test names</li> <li><a href="aa089182f2
"><code>aa08918</code></a> ci: fix conditional</li> <li><a href="c6086ae6e5
"><code>c6086ae</code></a> test: add toolchain file override test</li> <li>Additional commits viewable in <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.6.0...v1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions-rust-lang/setup-rust-toolchain&package-manager=github_actions&previous-version=1.6.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
347 lines
11 KiB
YAML
347 lines
11 KiB
YAML
#
|
|
# REF:
|
|
# 1. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude
|
|
# 2. https://github.com/JasonEtco/create-an-issue
|
|
# 3. https://docs.github.com/en/actions/learn-github-actions/variables
|
|
# 4. https://github.com/actions/github-script
|
|
#
|
|
name: Nightly Build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- nightly # Just for test purpose only with the nightly repo
|
|
# This schedule will run only from the default branch
|
|
schedule:
|
|
- cron: '15 0 * * *' # run at 00:15 AM UTC
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
prepare:
|
|
name: Prepare
|
|
runs-on: ubuntu-latest
|
|
# This job is required by the release job, so we should make it run both from Nushell repo and nightly repo
|
|
# if: github.repository == 'nushell/nightly'
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
if: github.repository == 'nushell/nightly'
|
|
with:
|
|
ref: main
|
|
fetch-depth: 0
|
|
# Configure PAT here: https://github.com/settings/tokens for the push operation in the following steps
|
|
token: ${{ secrets.WORKFLOW_TOKEN }}
|
|
|
|
- name: Setup Nushell
|
|
uses: hustcer/setup-nu@v3.8
|
|
if: github.repository == 'nushell/nightly'
|
|
with:
|
|
version: 0.86.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
|
|
- name: Prepare for Nightly Release
|
|
shell: nu {0}
|
|
if: github.repository == 'nushell/nightly'
|
|
run: |
|
|
cd $env.GITHUB_WORKSPACE
|
|
git checkout main
|
|
# We can't push if no user name and email are configured
|
|
git config user.name 'hustcer'
|
|
git config user.email 'hustcer@outlook.com'
|
|
git pull origin main
|
|
git remote add src https://github.com/nushell/nushell.git
|
|
git fetch src main
|
|
# All the changes will be overwritten by the upstream main branch
|
|
git reset --hard src/main
|
|
git push origin main -f
|
|
let sha_short = (git rev-parse --short origin/main | str trim | str substring 0..7)
|
|
let tag_name = $'nightly-($sha_short)'
|
|
if (git ls-remote --tags origin $tag_name | is-empty) {
|
|
git tag -a $tag_name -m $'Nightly build from ($sha_short)'
|
|
git push origin --tags
|
|
}
|
|
|
|
standard:
|
|
name: Std
|
|
needs: prepare
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
target:
|
|
- aarch64-apple-darwin
|
|
- x86_64-apple-darwin
|
|
- x86_64-pc-windows-msvc
|
|
- aarch64-pc-windows-msvc
|
|
- x86_64-unknown-linux-gnu
|
|
- x86_64-unknown-linux-musl
|
|
- aarch64-unknown-linux-gnu
|
|
- armv7-unknown-linux-gnueabihf
|
|
- riscv64gc-unknown-linux-gnu
|
|
extra: ['bin']
|
|
include:
|
|
- target: aarch64-apple-darwin
|
|
os: macos-latest
|
|
target_rustflags: ''
|
|
- target: x86_64-apple-darwin
|
|
os: macos-latest
|
|
target_rustflags: ''
|
|
- target: x86_64-pc-windows-msvc
|
|
extra: 'bin'
|
|
os: windows-latest
|
|
target_rustflags: ''
|
|
- target: x86_64-pc-windows-msvc
|
|
extra: msi
|
|
os: windows-latest
|
|
target_rustflags: ''
|
|
- target: aarch64-pc-windows-msvc
|
|
extra: 'bin'
|
|
os: windows-latest
|
|
target_rustflags: ''
|
|
- target: aarch64-pc-windows-msvc
|
|
extra: msi
|
|
os: windows-latest
|
|
target_rustflags: ''
|
|
- target: x86_64-unknown-linux-gnu
|
|
os: ubuntu-20.04
|
|
target_rustflags: ''
|
|
- target: x86_64-unknown-linux-musl
|
|
os: ubuntu-20.04
|
|
target_rustflags: ''
|
|
- target: aarch64-unknown-linux-gnu
|
|
os: ubuntu-20.04
|
|
target_rustflags: ''
|
|
- target: armv7-unknown-linux-gnueabihf
|
|
os: ubuntu-20.04
|
|
target_rustflags: ''
|
|
- target: riscv64gc-unknown-linux-gnu
|
|
os: ubuntu-latest
|
|
target_rustflags: ''
|
|
|
|
runs-on: ${{matrix.os}}
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: main
|
|
fetch-depth: 0
|
|
|
|
- name: Update Rust Toolchain Target
|
|
run: |
|
|
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
|
|
|
|
- name: Setup Rust toolchain and cache
|
|
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
|
|
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
|
|
with:
|
|
rustflags: ''
|
|
|
|
- name: Setup Nushell
|
|
uses: hustcer/setup-nu@v3.8
|
|
with:
|
|
version: 0.86.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
- name: Release Nu Binary
|
|
id: nu
|
|
run: nu .github/workflows/release-pkg.nu
|
|
env:
|
|
RELEASE_TYPE: standard
|
|
OS: ${{ matrix.os }}
|
|
REF: ${{ github.ref }}
|
|
TARGET: ${{ matrix.target }}
|
|
_EXTRA_: ${{ matrix.extra }}
|
|
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
|
|
|
|
- name: Create an Issue for Release Failure
|
|
if: ${{ failure() }}
|
|
uses: JasonEtco/create-an-issue@v2.9.1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
update_existing: true
|
|
search_existing: open
|
|
filename: .github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md
|
|
|
|
- name: Set Outputs of Short SHA
|
|
id: vars
|
|
run: |
|
|
echo "date=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
|
|
sha_short=$(git rev-parse --short HEAD)
|
|
echo "sha_short=${sha_short:0:7}" >> $GITHUB_OUTPUT
|
|
|
|
# REF: https://github.com/marketplace/actions/gh-release
|
|
# Create a release only in nushell/nightly repo
|
|
- name: Publish Archive
|
|
uses: softprops/action-gh-release@v0.1.15
|
|
if: ${{ startsWith(github.repository, 'nushell/nightly') }}
|
|
with:
|
|
prerelease: true
|
|
files: ${{ steps.nu.outputs.archive }}
|
|
tag_name: nightly-${{ steps.vars.outputs.sha_short }}
|
|
name: Nu-nightly-${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
full:
|
|
name: Full
|
|
needs: prepare
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
target:
|
|
- aarch64-apple-darwin
|
|
- x86_64-apple-darwin
|
|
- x86_64-pc-windows-msvc
|
|
- aarch64-pc-windows-msvc
|
|
- x86_64-unknown-linux-gnu
|
|
- x86_64-unknown-linux-musl
|
|
- aarch64-unknown-linux-gnu
|
|
extra: ['bin']
|
|
include:
|
|
- target: aarch64-apple-darwin
|
|
os: macos-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: x86_64-apple-darwin
|
|
os: macos-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: x86_64-pc-windows-msvc
|
|
extra: 'bin'
|
|
os: windows-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: x86_64-pc-windows-msvc
|
|
extra: msi
|
|
os: windows-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: aarch64-pc-windows-msvc
|
|
extra: 'bin'
|
|
os: windows-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: aarch64-pc-windows-msvc
|
|
extra: msi
|
|
os: windows-latest
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: x86_64-unknown-linux-gnu
|
|
os: ubuntu-20.04
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: x86_64-unknown-linux-musl
|
|
os: ubuntu-20.04
|
|
target_rustflags: '--features=dataframe,extra'
|
|
- target: aarch64-unknown-linux-gnu
|
|
os: ubuntu-20.04
|
|
target_rustflags: '--features=dataframe,extra'
|
|
|
|
runs-on: ${{matrix.os}}
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: main
|
|
fetch-depth: 0
|
|
|
|
- name: Update Rust Toolchain Target
|
|
run: |
|
|
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
|
|
|
|
- name: Setup Rust toolchain and cache
|
|
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
|
|
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
|
|
with:
|
|
rustflags: ''
|
|
|
|
- name: Setup Nushell
|
|
uses: hustcer/setup-nu@v3.8
|
|
with:
|
|
version: 0.86.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
- name: Release Nu Binary
|
|
id: nu
|
|
run: nu .github/workflows/release-pkg.nu
|
|
env:
|
|
RELEASE_TYPE: full
|
|
OS: ${{ matrix.os }}
|
|
REF: ${{ github.ref }}
|
|
TARGET: ${{ matrix.target }}
|
|
_EXTRA_: ${{ matrix.extra }}
|
|
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
|
|
|
|
- name: Create an Issue for Release Failure
|
|
if: ${{ failure() }}
|
|
uses: JasonEtco/create-an-issue@v2.9.1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
update_existing: true
|
|
search_existing: open
|
|
filename: .github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md
|
|
|
|
- name: Set Outputs of Short SHA
|
|
id: vars
|
|
run: |
|
|
echo "date=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
|
|
sha_short=$(git rev-parse --short HEAD)
|
|
echo "sha_short=${sha_short:0:7}" >> $GITHUB_OUTPUT
|
|
|
|
# REF: https://github.com/marketplace/actions/gh-release
|
|
# Create a release only in nushell/nightly repo
|
|
- name: Publish Archive
|
|
uses: softprops/action-gh-release@v0.1.15
|
|
if: ${{ startsWith(github.repository, 'nushell/nightly') }}
|
|
with:
|
|
draft: false
|
|
prerelease: true
|
|
name: Nu-nightly-${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}
|
|
tag_name: nightly-${{ steps.vars.outputs.sha_short }}
|
|
body: |
|
|
This is a NIGHTLY build of Nushell.
|
|
It is NOT recommended for production use.
|
|
files: ${{ steps.nu.outputs.archive }}
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
cleanup:
|
|
name: Cleanup
|
|
# Should only run in nushell/nightly repo
|
|
if: github.repository == 'nushell/nightly'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
# Sleep for 30 minutes, waiting for the release to be published
|
|
- name: Waiting for Release
|
|
run: sleep 1800
|
|
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
ref: main
|
|
|
|
- name: Setup Nushell
|
|
uses: hustcer/setup-nu@v3.8
|
|
with:
|
|
version: 0.86.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
# Keep the last a few releases
|
|
- name: Delete Older Releases
|
|
shell: nu {0}
|
|
run: |
|
|
let KEEP_COUNT = 10
|
|
let deprecated = (http get https://api.github.com/repos/nushell/nightly/releases | sort-by -r created_at | select tag_name id | range $KEEP_COUNT..)
|
|
for release in $deprecated {
|
|
print $'Deleting tag ($release.tag_name)'
|
|
git push origin --delete $release.tag_name
|
|
print $'Deleting release ($release.tag_name)'
|
|
let delete_url = $'https://api.github.com/repos/nushell/nightly/releases/($release.id)'
|
|
let version = "X-GitHub-Api-Version: 2022-11-28"
|
|
let accept = "Accept: application/vnd.github+json"
|
|
let auth = "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"
|
|
# http delete $delete_url -H $version -H $auth -H $accept
|
|
curl -L -X DELETE -H $accept -H $auth -H $version $delete_url
|
|
}
|