You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the answer on issue rusty-horizon/rust-examples#2, I tried to build the docker image provided on this repo.
I faced several build errors, which I'll list below:
#27 11.41 The following packages have unmet dependencies:
#27 11.53 cmake : Depends: libcurl3 (>= 7.16.2) but it is not installable
#27 11.55 E: Unable to correct problems, you have held broken packages.
------
failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c apt-get update && apt-get install -y git && apt-get -t stretch-backports install -y cmake]: runc did not terminate sucessfully
Caused by:
the `default-run` manifest key is unstable
Caused by:
feature `default-run` is required
consider adding `cargo-features = ["default-run"]` to the manifest
Hi!
Following the answer on issue rusty-horizon/rust-examples#2, I tried to build the docker image provided on this repo.
I faced several build errors, which I'll list below:
I workaround those issues the following way:
+RUN rustup install nightly
With all that fixed, I still get the following error, which seems to be very similar as the one raised in rusty-horizon/rust-examples#2:
I have to admit I don't understand really what I am doing wrong 😬 ...
Any ideas ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: