43
43
echo '[patch.crates-io]' >> .cargo/config.toml
44
44
echo 'riot-wrappers = { path = "../", version = "*" }' >> .cargo/config.toml
45
45
echo 'riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }' >> .cargo/config.toml
46
+ echo '[patch."https://gitlab.com/etonomy/riot-module-examples/"]' >> .cargo/config.toml
47
+ echo 'riot-coap-handler-demos = { git = "http://gitlab.com/etonomy/riot-module-examples.git", branch = "riotwrappers-vfs-no-unpin" }' >> .cargo/config.toml
46
48
- name : Pull cargo updates
47
49
# No sense in running this in parallel -- this will download the index
48
50
# and all relevant crates once, and after that, just make some notes in Cargo.lock
55
57
do
56
58
echo "::group::Updating ${MANIF}"
57
59
cargo update -p riot-sys -p riot-wrappers --aggressive --manifest-path $MANIF
60
+ cargo update -p riot-coap-handler-demos --aggressive --manifest-path $MANIF || true
58
61
cargo fetch --manifest-path $MANIF
59
62
cargo tree --manifest-path $MANIF
60
63
echo "::endgroup::"
@@ -108,6 +111,8 @@ jobs:
108
111
echo '[patch.crates-io]' >> .cargo/config.toml
109
112
echo 'riot-wrappers = { path = "../", version = "*" }' >> .cargo/config.toml
110
113
echo 'riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }' >> .cargo/config.toml
114
+ echo '[patch."https://gitlab.com/etonomy/riot-module-examples/"]' >> .cargo/config.toml
115
+ echo 'riot-coap-handler-demos = { git = "http://gitlab.com/etonomy/riot-module-examples.git", branch = "riotwrappers-vfs-no-unpin" }' >> .cargo/config.toml
111
116
- name : Pull cargo updates
112
117
# No sense in running this in parallel -- this will download the index
113
118
# and all relevant crates once, and after that, just make some notes in Cargo.lock
@@ -120,6 +125,7 @@ jobs:
120
125
do
121
126
echo "::group::Updating ${MANIF}"
122
127
cargo update -p riot-sys -p riot-wrappers --aggressive --manifest-path $MANIF
128
+ cargo update -p riot-coap-handler-demos --aggressive --manifest-path $MANIF || true
123
129
cargo fetch --manifest-path $MANIF
124
130
cargo tree --manifest-path $MANIF
125
131
echo "::endgroup::"
0 commit comments