Skip to content

Commit 62d4aaa

Browse files
authored
Merge pull request #33 from Rust-for-Linux/rust-bindgen
Use bindgen as a program rather than as a library
2 parents 5a32dd3 + 4eac9ba commit 62d4aaa

File tree

13 files changed

+60
-748
lines changed

13 files changed

+60
-748
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: sudo apt update
2020
- run: sudo apt install libelf-dev qemu-system-x86 busybox-static
2121
- run: rustup default nightly-2020-08-27
22+
- run: rustup component add rustfmt
2223
- run: rustup component add rust-src
2324

2425
# Build

Cargo.lock

-353
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# TODO: generate automatically
44
[workspace]
55
members = [
6-
"rust/shlex",
76
"rust/module",
87
"rust/kernel",
98
"drivers/char/rust_example",

0 commit comments

Comments
 (0)