File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -121,24 +121,6 @@ jobs:
121121 env :
122122 SYSTEM_DEPS_DAV1D_BUILD_INTERNAL : always
123123
124- public_private_dependencies :
125- runs-on : ubuntu-latest
126- steps :
127- - uses : actions/checkout@v4
128- - uses : dtolnay/rust-toolchain@nightly
129- - name : build
130- run : |
131- echo '#![deny(exported_private_dependencies)]' | cat - src/lib.rs > src/lib.rs.0
132- mv src/lib.rs.0 src/lib.rs
133- echo 'cargo-features = ["public-dependency"]' | cat - Cargo.toml > Cargo.toml.0
134- mv Cargo.toml.0 Cargo.toml
135- # mark rayon crate as public
136- sed -i 's/rayon = { ver/rayon = { public = true, ver/' Cargo.toml
137- # mark num-traits crate as public
138- sed -i 's/num-traits = { ver/num-traits = { public = true, ver/' Cargo.toml
139- # cargo +nightly check
140- cargo check
141-
142124 rustfmt :
143125 runs-on : ubuntu-latest
144126 steps :
You can’t perform that action at this time.
0 commit comments