projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6118416
)
tests/inst: Patch to use my PR for openat
author
Colin Walters
<walters@verbum.org>
Fri, 19 Mar 2021 21:45:54 +0000
(21:45 +0000)
committer
Colin Walters
<walters@verbum.org>
Fri, 19 Mar 2021 21:45:54 +0000
(21:45 +0000)
Fixes the build.
tests/inst/Cargo.toml
patch
|
blob
|
history
diff --git
a/tests/inst/Cargo.toml
b/tests/inst/Cargo.toml
index 0986c0a71d011a9a19547f153ad49a098fb578db..3301616dbb0a120a84bb49ba7cb60e6ce2474441 100644
(file)
--- a/
tests/inst/Cargo.toml
+++ b/
tests/inst/Cargo.toml
@@
-46,3
+46,7
@@
with-procspawn-tempdir = { git = "https://github.com/cgwalters/with-procspawn-te
# Internal crate for the test macro
itest-macro = { path = "itest-macro" }
+
+[patch.crates-io]
+# PR openat (pun intended) https://github.com/tailhook/openat/pull/36
+openat = { git = 'https://github.com/cgwalters/openat', branch = 'libc-rename-signed' }