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 18, 2024
1 parent 61ae330 commit 20dda99
Show file tree
Hide file tree
Showing 11,613 changed files with 3,971,277 additions and 483 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
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/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
with:
ignore-globs: '**/examples/**'
ignore-globs: '**/examples/**,**/vendor/**'

- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down
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 20dda99

Please sign in to comment.