Skip to content

rustup-install 0.1.0

Compare
Choose a tag to compare
@nick0602 nick0602 released this 09 Aug 11:59
· 6 commits to main since this release

0.1.0 (2022-08-09)

New Features

  • Silently source ~/.cargo/env at the beginning of the script to detect whether the toolchain has been restored from cache or not.
  • Enable cache_level to automatically export rustup and cargo paths to $BITRISE_CACHE_INCLUDE_PATHS if needed.
  • Append${HOME}/.cargo/bin via envman to $PATH at the end of the toolchain installation to make the toolchain available in the workflow.

Other Changes

  • Make the step less noisy at the end of the installation (introducing the input show_exported_envs).
  • Update input key naming according to Bitrise guidelines.
  • Wrap boolean to strings according to Bitrise guidelines.
  • Misc refactoring to better organize code.
  • Initial public build check on Bitrise.io upon every push to main.