mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
1535d88290
* fix(generate-workflows): Do not use actions-rs [actions-rs/toolchain](https://github.com/actions-rs/toolchain) is unsupported: - Has not recieved updates since November 2020 (~2.5 years) - It uses Node.js 12 and GitHub will stop supporting it Summer this year(?) see this [article](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/). [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) is actively supported and its mostly a 1-1 replacement, the differences are: - Uses the minimal profile always, so no need to specify it. - There is no need to override the toolchain. I also removed some things: - None of the generated actions use `rustfmt` so I removed the component - The toolchain is always stable, so I specified it in the action itself instead of in the action parameters. * ci: Regenerate workflows * fix: Remove ALLOW_UNSECURE_COMMANDS from action * fix(CentOS7): Manually install rustup as CentOS7 uses a very old curl * fix: Restart shell so that the rustup command is available * feat: Add exeption to the CentOS workflow to download rustup * fix: Remove actions-rs/toolchain from remaining workflows * fix: Address review comment |
||
---|---|---|
.. | ||
add-color-screen-shots.sh | ||
appimage.sh | ||
appstreamcli | ||
build-docs.sh | ||
check-rust-version.sh | ||
create-release.sh | ||
deploy.sh | ||
flatpak.sh | ||
generate-docs.py | ||
generate-workflows.py | ||
macos-entitlement.plist | ||
make-color-screen-shots.sh | ||
make-winget-pr.sh | ||
PKGBUILD.template | ||
retry.sh | ||
source-archive.sh | ||
stylua.toml | ||
subst-release-info.py | ||
tag-name.sh | ||
tag.sh | ||
update-derived-files.sh | ||
update-doc-versions.py | ||
wezterm-homebrew-macos.rb.template | ||
wezterm-linuxbrew.rb.template | ||
windows-installer.iss |