We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aaeffc + b2d6ce9 commit 2fa9e22Copy full SHA for 2fa9e22
build/cargo-c/build.sh
@@ -48,7 +48,10 @@ build() {
48
49
pushd $TMPDIR/$BUILDDIR >/dev/null
50
51
- logcmd $CARGO install --root=$DESTDIR$PREFIX --path=. \
+ # os_info 3.8.0 is broken on illumos -
52
+ # See https://github.com/stanislav-tkach/os_info/issues/371
53
+ logcmd $CARGO update --package [email protected] --precise 3.7.0
54
+ logcmd $CARGO install --locked --root=$DESTDIR$PREFIX --path=. \
55
|| logerr "build failed"
56
57
popd >/dev/null
0 commit comments