We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853d743 commit 096930fCopy full SHA for 096930f
packages/delphix-rust/config.sh
@@ -20,5 +20,7 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-rust.git"
20
21
function build() {
22
logmust mkdir -p "$WORKDIR/repo"
23
+ PACKAGE_VERSION="$(tr -d '\n' < "$WORKDIR/repo/RUSTC_VERSION")"
24
+ [[ -n "$PACKAGE_VERSION" ]] || die "Failed to retrieve package version"
25
logmust dpkg_buildpackage_default
26
}
0 commit comments