Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out rusty-cachier
  • Loading branch information
alexgparity committed Nov 24, 2022
commit d96fd47cb7aa0308382e9caf4898be40e918f0b4
8 changes: 4 additions & 4 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ cargo-fmt:
- .docker-env
- .test-refs
script:
- rusty-cachier snapshot create
# - rusty-cachier snapshot create
- cargo +nightly fmt --all -- --check
- rusty-cachier cache upload
# - rusty-cachier cache upload

cargo-clippy:
stage: test
Expand All @@ -101,6 +101,6 @@ cargo-clippy:
- .docker-env
- .test-refs
script:
- rusty-cachier snapshot create
# - rusty-cachier snapshot create
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why unsetting RUSTFLAGS? rusty-cachier could be useful here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do we get rusty-cachier from? I didn't see anything in the substrate repo. Google didn't help either.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a project from @rcny

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are going to add rusty-cachier to cumulus and polkadot but now it won't work if you enable it here. So the commented lines can be removed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. Current references could be removed as we'll instrument the project with rusty-cachier by ourselves later.

Where do we get rusty-cachier from?

From here. You can read more about the project here.

- rusty-cachier cache upload
# - rusty-cachier cache upload