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 bcf2b0dCopy full SHA for bcf2b0d
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" | awk '{print $2}')"
24
+ [[ -n "$PACKAGE_VERSION" ]] || die "Failed to retrieve package version"
25
logmust dpkg_buildpackage_default
26
}
0 commit comments