Skip to content

Commit db7fe90

Browse files
committed
disable vendoring until cargo vendor is fixed (ref rust-lang/cargo#7058)
1 parent 43a93ed commit db7fe90

2,304 files changed

Lines changed: 55 additions & 673960 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,3 @@
1-
paths = [
2-
"vendor/android_system_properties",
3-
"vendor/anstream",
4-
"vendor/anstyle",
5-
"vendor/anstyle-parse",
6-
"vendor/anstyle-query",
7-
"vendor/anstyle-wincon",
8-
"vendor/autocfg",
9-
"vendor/bumpalo",
10-
"vendor/cc",
11-
"vendor/cfg-if",
12-
"vendor/chrono",
13-
"vendor/circular-buffer",
14-
"vendor/clap",
15-
"vendor/clap_builder",
16-
"vendor/clap_derive",
17-
"vendor/clap_lex",
18-
"vendor/colorchoice",
19-
"vendor/core-foundation-sys",
20-
"vendor/derive-name",
21-
"vendor/derive-name-macros",
22-
"vendor/dunce",
23-
"vendor/equivalent",
24-
"vendor/find-msvc-tools",
25-
"vendor/flickzeug",
26-
"vendor/futures-core",
27-
"vendor/futures-task",
28-
"vendor/futures-util",
29-
"vendor/hashbrown",
30-
"vendor/heck",
31-
"vendor/iana-time-zone",
32-
"vendor/iana-time-zone-haiku",
33-
"vendor/indexmap",
34-
"vendor/instant",
35-
"vendor/is_terminal_polyfill",
36-
"vendor/js-sys",
37-
"vendor/koto",
38-
"vendor/koto_bytecode",
39-
"vendor/koto_derive",
40-
"vendor/koto_lexer",
41-
"vendor/koto_memory",
42-
"vendor/koto_parser",
43-
"vendor/koto_runtime",
44-
"vendor/koto_serde",
45-
"vendor/libc",
46-
"vendor/limine",
47-
"vendor/log",
48-
"vendor/nu-ansi-term",
49-
"vendor/num-traits",
50-
"vendor/once_cell",
51-
"vendor/once_cell_polyfill",
52-
"vendor/paste",
53-
"vendor/pathdiff",
54-
"vendor/pin-project-lite",
55-
"vendor/proc-macro2",
56-
"vendor/quote",
57-
"vendor/rustc-hash",
58-
"vendor/rustversion",
59-
"vendor/saturating_cast",
60-
"vendor/serde",
61-
"vendor/serde_core",
62-
"vendor/serde_derive",
63-
"vendor/serde_spanned",
64-
"vendor/shlex",
65-
"vendor/slab",
66-
"vendor/smallvec",
67-
"vendor/strsim",
68-
"vendor/syn",
69-
"vendor/thiserror",
70-
"vendor/thiserror-impl",
71-
"vendor/toml",
72-
"vendor/toml_datetime",
73-
"vendor/toml_parser",
74-
"vendor/toml_writer",
75-
"vendor/unicode-ident",
76-
"vendor/unicode-segmentation",
77-
"vendor/unicode-width",
78-
"vendor/unicode-xid",
79-
"vendor/utf8parse",
80-
"vendor/wasm-bindgen",
81-
"vendor/wasm-bindgen-macro",
82-
"vendor/wasm-bindgen-macro-support",
83-
"vendor/wasm-bindgen-shared",
84-
"vendor/web-sys",
85-
"vendor/windows-core",
86-
"vendor/windows-implement",
87-
"vendor/windows-interface",
88-
"vendor/windows-link",
89-
"vendor/windows-result",
90-
"vendor/windows-strings",
91-
"vendor/windows-sys",
92-
"vendor/winnow",
93-
]
94-
951
[alias]
962
oro = [
973
"run",

.github/workflows/push.yml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,35 @@ jobs:
1919
- uses: ./.github/actions/deps
2020
- name: Lint (rustfmt)
2121
run: cargo fmt --check
22-
check-vendor:
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: actions/checkout@v4
26-
with:
27-
submodules: 'true'
28-
- uses: ./.github/actions/deps
29-
- name: Check vendor
30-
run: cargo oro vendor --check
31-
check-udeps:
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
with:
36-
submodules: 'true'
37-
- uses: ./.github/actions/deps
38-
- name: Check unused dependencies
39-
run: cargo oro udeps
40-
check-licenses:
41-
runs-on: ubuntu-latest
42-
steps:
43-
- uses: actions/checkout@v4
44-
with:
45-
submodules: 'true'
46-
- uses: ./.github/actions/deps
47-
- name: Check licenses
48-
run: cargo oro license --check
22+
# NOTE: Disabled until the following is resolved:
23+
# https://github.com/rust-lang/cargo/issues/7058
24+
# check-vendor:
25+
# runs-on: ubuntu-latest
26+
# steps:
27+
# - uses: actions/checkout@v4
28+
# with:
29+
# submodules: 'true'
30+
# - uses: ./.github/actions/deps
31+
# - name: Check vendor
32+
# run: cargo oro vendor --check
33+
# check-udeps:
34+
# runs-on: ubuntu-latest
35+
# steps:
36+
# - uses: actions/checkout@v4
37+
# with:
38+
# submodules: 'true'
39+
# - uses: ./.github/actions/deps
40+
# - name: Check unused dependencies
41+
# run: cargo oro udeps
42+
# check-licenses:
43+
# runs-on: ubuntu-latest
44+
# steps:
45+
# - uses: actions/checkout@v4
46+
# with:
47+
# submodules: 'true'
48+
# - uses: ./.github/actions/deps
49+
# - name: Check licenses
50+
# run: cargo oro license --check
4951
build-artifacts:
5052
runs-on: ubuntu-latest
5153
strategy:

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ members = [
2121
orok.path = "lib/kernel"
2222
orok-limine.path = "lib/limine"
2323

24-
[dependencies]
2524
# Used by the limine bootloader
2625
limine = "=0.6.5"
2726

lib/limine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
limine = "*"
8+
limine.workspace = true
99

1010
[lints]
1111
workspace = true

licenses/vendor/android_system_properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

licenses/vendor/anstream

Lines changed: 0 additions & 1 deletion
This file was deleted.

licenses/vendor/anstyle

Lines changed: 0 additions & 1 deletion
This file was deleted.

licenses/vendor/anstyle-parse

Lines changed: 0 additions & 1 deletion
This file was deleted.

licenses/vendor/anstyle-query

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)