Skip to content

Commit

Permalink
i-raw: explicitly fix the revision of rawler (thanks paolod)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Dec 18, 2023
1 parent 9a07df5 commit ab5f826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pipe/modules/i-raw/flat.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ MOD_LDFLAGS=pipe/modules/i-raw/rawloader-c/target/release/librawloader.a
MOD_CFLAGS=-Ipipe/modules/i-raw/rawloader-c
pipe/modules/i-raw/libi-raw.so: pipe/modules/i-raw/rawloader-c/target/release/librawloader.a

pipe/modules/i-raw/rawloader-c/target/release/librawloader.a: pipe/modules/i-raw/rawloader-c/lib.rs
cd pipe/modules/i-raw/rawloader-c; cargo build --release
pipe/modules/i-raw/rawloader-c/target/release/librawloader.a: pipe/modules/i-raw/rawloader-c/lib.rs pipe/modules/i-raw/rawloader-c/Cargo.toml
cd pipe/modules/i-raw/rawloader-c; cargo update; cargo build --release
endif
2 changes: 1 addition & 1 deletion src/pipe/modules/i-raw/rawloader-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["staticlib"]

[dependencies]
# rawler = {path = "../dnglab/rawler", version = "0.5.1"}
rawler = { git = "https://github.com/dnglab/dnglab" }
rawler = { git = "https://github.com/dnglab/dnglab", rev = "af71c11f" }
libc = "0.2.148"

[profile.release]
Expand Down

0 comments on commit ab5f826

Please sign in to comment.