forked from extern/nushell
58f255c0c7
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.4.4 to 1.5.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.5.0</h2> <h2>What's Changed</h2> <ul> <li>Check that listed components and targets are installed even with a rust-toolchain file by <a href="https://github.com/jonasbb"><code>@jonasbb</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/19">actions-rust-lang/setup-rust-toolchain#19</a></li> <li>allow disabling RUSTFLAGS config by <a href="https://github.com/JeanMertz"><code>@JeanMertz</code></a> in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/18">actions-rust-lang/setup-rust-toolchain#18</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JeanMertz"><code>@JeanMertz</code></a> made their first contribution in <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/pull/18">actions-rust-lang/setup-rust-toolchain#18</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1...v1.5.0">https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1...v1.5.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.5.0] - 2023-05-29</h2> <h3>Added</h3> <ul> <li> <p>Support installing additional components and targets that are not listed in <code>rust-toolchain</code> (<a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/14">#14</a>) Before only the items listed in <code>rust-toolchain</code> were installed. Now all the items from the toolchain file are installed and then all the <code>target</code>s and <code>components</code> that are provided as action inputs. This allows installing extra tools only for CI or simplify testing special targets in CI.</p> </li> <li> <p>Allow skipping the creation of a <code>RUSTFLAGS</code> environment variable. Cargos logic for rustflags is complicated, and setting the <code>RUSTFLAGS</code> environment variable prevents other ways of working. Provide a new <code>rustflags</code> input, which controls the environment variable creation. If the value is set to the empty string, then <code>RUSTFLAGS</code> is not created.</p> <p>Pre-existing <code>RUSTFLAGS</code> variables are never modified by this extension.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f3c84ee10b
"><code>f3c84ee</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/18">#18</a> from JeanMertz/rustflags</li> <li><a href="1ef811fbfb
"><code>1ef811f</code></a> Restore behavior to not touch existing RUSTFLAGS variable</li> <li><a href="70241ab2e9
"><code>70241ab</code></a> fixes</li> <li><a href="823a4a135d
"><code>823a4a1</code></a> fixes</li> <li><a href="aaa7eef1a2
"><code>aaa7eef</code></a> requred -> required</li> <li><a href="24274e4435
"><code>24274e4</code></a> allow disabling <code>RUSTFLAGS</code> config</li> <li><a href="cf60eafd0a
"><code>cf60eaf</code></a> Merge pull request <a href="https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/19">#19</a> from actions-rust-lang/better-toolchain-support</li> <li><a href="289d5e6164
"><code>289d5e6</code></a> Add changelog</li> <li><a href="661e2d23dd
"><code>661e2d2</code></a> Explain the new behavior in the README</li> <li><a href="b065e5ab9f
"><code>b065e5a</code></a> Install components and targets after installing everything from the rust-tool...</li> <li>Additional commits viewable in <a href="https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.4.4...v1.5.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.4.4&new-version=1.5.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 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>
102 lines
2.6 KiB
YAML
102 lines
2.6 KiB
YAML
#
|
|
# REF:
|
|
# 1. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude
|
|
#
|
|
name: Create Release Draft
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
all:
|
|
name: All
|
|
|
|
strategy:
|
|
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: ''
|
|
- 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: ''
|
|
|
|
runs-on: ${{matrix.os}}
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- 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.5.0
|
|
|
|
- name: Setup Nushell
|
|
uses: hustcer/setup-nu@v3
|
|
with:
|
|
version: 0.79.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
- name: Release Nu Binary
|
|
id: nu
|
|
run: nu .github/workflows/release-pkg.nu
|
|
env:
|
|
OS: ${{ matrix.os }}
|
|
REF: ${{ github.ref }}
|
|
TARGET: ${{ matrix.target }}
|
|
_EXTRA_: ${{ matrix.extra }}
|
|
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
|
|
|
|
# REF: https://github.com/marketplace/actions/gh-release
|
|
- name: Publish Archive
|
|
uses: softprops/action-gh-release@v0.1.13
|
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
|
with:
|
|
draft: true
|
|
files: ${{ steps.nu.outputs.archive }}
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|