Skip to content

Commit

Permalink
DLPX-93263 24.04 LTS: Set delphix-rust package version to rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 30, 2025
1 parent 853d743 commit 096930f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/delphix-rust/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-rust.git"

function build() {
logmust mkdir -p "$WORKDIR/repo"
PACKAGE_VERSION="$(tr -d '\n' < "$WORKDIR/repo/RUSTC_VERSION")"
[[ -n "$PACKAGE_VERSION" ]] || die "Failed to retrieve package version"
logmust dpkg_buildpackage_default
}

0 comments on commit 096930f

Please sign in to comment.