Skip to content

Commit

Permalink
feat: use patched vendored sources for builds
Browse files Browse the repository at this point in the history
Use patched and filtered vendored sources for
builds.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 15, 2024
1 parent a5d29dd commit c807fe9
Show file tree
Hide file tree
Showing 11,612 changed files with 3,972,614 additions and 173 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
check_filenames: true
check_hidden: true
ignore_words_file: .github/spellcheck-ignore
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git"
skip: "./docs/Gemfile.lock,./docs/_config.yml,./.github,./.git,./vendor"

fmt:
name: Rustfmt
Expand Down
Loading

0 comments on commit c807fe9

Please sign in to comment.