Commit Graph

  • 4d1965c914 Add override input parameter that controls the `rustup override` behavior main Jonas Bushart 2024-09-22 16:04:02 +0200
  • b31b1317f2 Allow installing multiple Rust toolchains at once. Jonas Bushart 2024-09-22 15:28:43 +0200
  • 9f99923fad Add pre-commit for basic checks Jonas Bushart 2024-09-20 00:46:09 +0200
  • 86a2ce6673 Make toolchain install more robust Jonas Bushart 2024-09-20 00:39:06 +0200
  • eb4a655afd Document new keys and add changelog Jonas Bushart 2024-09-20 00:27:10 +0200
  • a90048dfdd
    Merge pull request #41 from iainlane/iainlane/propagate-cache-key Jonas Bushart 2024-09-20 00:23:43 +0200
  • 597574aacb Update key name in README Jonas Bushart 2024-09-20 00:23:09 +0200
  • 634cedf365
    Merge pull request #44 from pranc1ngpegasus/feat/able-to-cache-additional-directories Jonas Bushart 2024-09-20 00:09:58 +0200
  • 5d6934e965
    Able to cache additional directories Fukaya Temma 2024-08-18 01:34:59 +0900
  • b01657d9bb
    Add support for adding to cache key Iain Lane 2024-07-12 08:28:17 +0100
  • 1fbea72663
    Merge pull request #40 from actions-rust-lang/prepare-release v1.9.0 v1.9 v1 Jonas Bushart 2024-06-08 12:49:07 +0200
  • 46dca5d120
    Add changelog entry Jonas Bushart 2024-06-08 12:40:20 +0200
  • 1734e14b0b
    Switch default of `cache-on-failure` to true Jonas Bushart 2024-06-08 12:33:50 +0200
  • 74e1b40e68
    Merge pull request #39 from samuelhnrq/main Jonas Bushart 2024-06-05 20:01:48 +0200
  • d60b90debe feat: adds cache-on-failure propagation Samuel Henrique 2024-05-25 08:26:47 +0000
  • b113a30d27
    Merge pull request #34 from actions-rust-lang/rel-180 v1.8.0 v1.8 Jonas Bushart 2024-01-14 00:29:32 +0100
  • 039765bd18
    chore: prepare release 1.8.0 Rob Ede 2024-01-13 17:44:20 +0000
  • 84e65ce315
    Merge pull request #32 from gruebel/add-workspaces Rob Ede 2024-01-13 17:40:39 +0000
  • 6f719a240e
    Merge branch 'main' into add-workspaces Rob Ede 2024-01-13 17:36:40 +0000
  • 15d0afaad9
    ci: fix cache test Rob Ede 2024-01-13 17:36:31 +0000
  • 922cc935eb
    ci: add cache-workspaces test Rob Ede 2024-01-13 17:25:41 +0000
  • bcda41b18d
    Merge pull request #33 from fprasx/fprasx/fix-toolchain-overrides Rob Ede 2024-01-13 16:07:27 +0000
  • ba41ca6f71
    ci: clearer test names Rob Ede 2024-01-13 16:03:46 +0000
  • aa089182f2
    ci: fix conditional Rob Ede 2024-01-13 15:57:48 +0000
  • c6086ae6e5
    test: add toolchain file override test Rob Ede 2024-01-13 15:54:38 +0000
  • d473183fe9 use rustup override set to select toolchain Felix Prasanna 2024-01-12 17:14:34 -0500
  • f2e9ed58bd add workspaces input field to support non-root projects gruebel 2024-01-12 18:41:01 +0100
  • d5fcac478a
    Merge pull request #30 from actions-rust-lang/prep-1.7.0 v1.7.0 v1.7 Jonas Bushart 2024-01-11 23:57:44 +0100
  • c4ac4d95de
    Prepare 1.7.0 release Rob Ede 2024-01-11 03:20:22 +0000
  • 154a347b2a
    Merge pull request #29 from actions-rust-lang/upd-toolchain-nightly Rob Ede 2024-01-11 03:16:11 +0000
  • af702488e5
    ci: update checked rust-toolchain version Rob Ede 2024-01-11 03:01:31 +0000
  • bb3f6a170e
    Merge pull request #26 from Twey/allow-overriding-toolchain-file Rob Ede 2024-01-11 03:00:13 +0000
  • 99ab88ad00
    Merge branch 'main' into allow-overriding-toolchain-file Rob Ede 2024-01-11 02:56:08 +0000
  • 962ed5edf0
    ci: add indicate toolchain file in job name Rob Ede 2024-01-11 02:20:44 +0000
  • c7e1de2846
    Update CHANGELOG.md v1.6.0 v1.6 Jonas Bushart 2023-12-04 00:16:34 +0100
  • 24c9dd087b
    Merge pull request #24 from obi1kenobi/patch-1 Jonas Bushart 2023-12-04 00:15:38 +0100
  • 74a4154991
    Merge pull request #27 from oxideai/feature/config-matcher Jonas Bushart 2023-12-04 00:13:10 +0100
  • 84ba0c9d1b Update README dcvz 2023-11-30 11:45:35 +0100
  • 51173b3da4 feature(matcher): allow disabling problem matcher dcvz 2023-11-30 11:42:45 +0100
  • 6ed6429951
    Use the empty string to trigger toolchain file check instead of an old version James ‘Twey’ Kay 2023-11-01 09:44:05 +0000
  • 5ea736b97f
    Allow overriding the toolchain file James ‘Twey’ Kay 2023-10-31 12:58:53 +0000
  • 33678a48c0
    Add docs for the `cachekey` output to the README Predrag Gruevski 2023-10-17 22:01:06 -0400
  • 317ed62323
    Update example workflow in readme Jonas Bushart 2023-10-03 18:55:16 +0200
  • 8cb8f77172
    Merge pull request #23 from actions-rust-lang/dependabot/github_actions/actions/checkout-4 Jonas Bushart 2023-10-01 10:55:40 +0200
  • 1f541c5b05
    Bump actions/checkout from 3 to 4 dependabot[bot] 2023-10-01 07:14:31 +0000
  • f3c84ee10b
    Merge pull request #18 from JeanMertz/rustflags v1.5.0 v1.5 Jonas Bushart 2023-05-29 21:44:44 +0200
  • 1ef811fbfb Restore behavior to not touch existing RUSTFLAGS variable Jonas Bushart 2023-05-29 21:38:39 +0200
  • 70241ab2e9 fixes Jean Mertz 2023-05-19 12:46:47 +0200
  • 823a4a135d fixes Jean Mertz 2023-05-19 12:10:05 +0200
  • aaa7eef1a2 requred -> required Jean Mertz 2023-05-19 12:02:38 +0200
  • 24274e4435 allow disabling `RUSTFLAGS` config Jean Mertz 2023-05-19 12:00:54 +0200
  • cf60eafd0a
    Merge pull request #19 from actions-rust-lang/better-toolchain-support Jonas Bushart 2023-05-29 20:43:47 +0200
  • 289d5e6164 Add changelog Jonas Bushart 2023-05-29 20:31:27 +0200
  • 661e2d23dd Explain the new behavior in the README Jonas Bushart 2023-05-20 18:03:52 +0200
  • b065e5ab9f Install components and targets after installing everything from the rust-toolchain file Jonas Bushart 2023-05-20 16:38:07 +0200
  • 03aaf6be76 Check that listed components are installed even with a rust-toolchain file Jonas Bushart 2023-05-20 16:29:33 +0200
  • ac6bb38f31
    Merge pull request #15 from actions-rust-lang/fix-problem-matcher v1.4.4 v1.4 Jonas Bushart 2023-03-18 00:30:54 +0100
  • 12a4c2d9dc Add new problem matcher that is aware of color codes Jonas Bushart 2023-03-18 00:18:20 +0100
  • 3b557ff24c
    Update rust.json Jonas Bushart 2023-03-18 00:09:26 +0100
  • 64fef3b541
    Merge pull request #13 from actions-rust-lang/double-run v1.4.3 Jonas Bushart 2023-02-21 22:23:42 +0100
  • cea2ca57ed Add changelog entry Jonas Bushart 2023-02-21 21:15:17 +0000
  • f010a58728 Always downgrade the registry protocol to supported versions Jonas Bushart 2023-02-21 21:02:41 +0000
  • 9fa7c33ef0
    Merge pull request #11 from actions-rust-lang/tweak-regex v1.4.2 Jonas Bushart 2023-02-15 19:09:34 +0100
  • 5f4f30a995 Maybe fix rustup warning Jonas Bushart 2023-02-15 19:06:41 +0100
  • 2d7b97c05c Tweak sparse registry version regex and command not found Jonas Bushart 2023-02-15 18:48:31 +0100
  • c7c759a5c9 New version with macOS fix v1.4.1 Jonas Bushart 2023-02-13 23:47:37 +0100
  • ba68a52e42
    Merge pull request #10 from actions-rust-lang/issue-9 Jonas Bushart 2023-02-13 23:43:33 +0100
  • 40e33d4912 Install newer bash on macOS Jonas Bushart 2023-02-13 23:28:57 +0100
  • 8ba1b441e5 Run CI on more platforms Jonas Bushart 2023-02-13 23:21:02 +0100
  • 51b4f8316a Bump version to 1.4.0 v1.4.0 Jonas Bushart 2023-02-13 21:09:16 +0100
  • 4605df10a0
    Merge pull request #8 from actions-rust-lang/sparse-registry Jonas Bushart 2023-02-13 21:08:28 +0100
  • eac5ebb2ae Fix: Use acceptable crate name (lowercase) Jonas Bushart 2023-02-13 21:02:26 +0100
  • aee7133b58 Use newer nightly with "cargo add" support Jonas Bushart 2023-02-13 21:02:26 +0100
  • 2ee353b897 Enable sparse registry access using the stable configuration Jonas Bushart 2023-02-13 21:00:11 +0100
  • 045ad9ff3f Only set env vars if they are unset. Jonas Bushart 2023-02-13 20:44:18 +0100
  • dfa8744db3
    Do not enable sparse registry on stable v1.3.7 v1.3 Jonas Bushart 2023-01-31 23:15:57 +0100
  • 2941fbfa4a
    Use the correct variable to enable sparse registry access v1.3.6 Jonas Bushart 2023-01-31 13:10:41 +0100
  • bc88fd0b3e
    Enable sparse registry access after stabilization v1.3.5 Jonas Bushart 2023-01-21 18:18:27 +0100
  • 685abf8306 Change some missed set-output commands to GITHUB_OUTPUT v1.3.4 Jonas Bushart 2022-10-15 15:48:55 +0200
  • b71469df8b Switch from set-output to $GITHUB_OUTPUT v1.3.3 Jonas Bushart 2022-10-13 21:01:25 +0200
  • 6ccb5b2412
    Merge pull request #7 from nahsi/fix-path v1.3.2 Jonas Bushart 2022-09-15 22:20:32 +0200
  • eeb9aed65a
    Update Changelog Jonas Bushart 2022-09-15 22:17:16 +0200
  • 7d2efc1a78 Fix adding CARGO_HOME to PATH Anatoly Laskaris 2022-09-15 11:56:37 +0300
  • aea84e9171
    Merge pull request #6 from actions-rust-lang/jonasbb/issue5 v1.3.1 Jonas Bushart 2022-08-14 17:40:34 +0200
  • 08010b773d Use sparse registry on nightly Jonas Bushart 2022-08-14 15:09:22 +0000
  • dcf4d74c21 Update Changelog v1.3.0 Jonas Bushart 2022-07-30 23:57:54 +0200
  • 7d6ff77cf9
    Merge pull request #4 from filips123/add-cache-option Jonas Bushart 2022-07-30 23:54:54 +0200
  • 3ec6dbd408 Add an option to disable configuring Rust cache Filip Š 2022-07-30 20:01:03 +0200
  • 137d2d5a3a Set environment variables before running rust-cache v1.2.1 v1.2 Jonas Bushart 2022-07-29 22:28:32 +0200
  • 8282e10527
    Show rustfmt action in example workflow Jonas Bushart 2022-07-27 20:42:53 +0200
  • 2f56cd1b8a
    Merge pull request #2 from actions-rust-lang/support-toolchain-file v1.2.0 Jonas Bushart 2022-07-21 23:33:26 +0200
  • 08934cd939 Add test for toolchain file support Jonas Bushart 2022-07-21 21:26:47 +0000
  • 379d2bfd83 Add support for toolchain files Jonas Bushart 2022-07-21 20:35:59 +0000
  • c17331ebbf Update changelog for v1.1.0 v1.1.0 v1.1 Jonas Bushart 2022-07-19 19:03:54 +0000
  • 49e54cc50a Update to newer version of caching action Jonas Bushart 2022-07-19 19:01:40 +0000
  • 29a2385140 Better and more verbose version printing and cachekey version. Jonas Bushart 2022-07-19 19:00:36 +0000
  • 8ba04cb6f2 Install rustup if not available, Linux only Jonas Bushart 2022-07-19 18:48:19 +0000
  • 5c0654516c
    Create dependabot configuration for GitHub Actions Jonas Bushart 2022-07-19 20:16:04 +0200
  • d39b183d8d Enable backtraces for test failures v1.0.2 v1.0 Jonas Bushart 2022-05-02 20:41:08 +0000
  • 4018312e96 Enable colored cargo output Jonas Bushart 2022-05-02 20:32:16 +0000