Skip to content

Commit

Permalink
Merge pull request #1592 from kranurag7/kr/add-build-base-to-cargo-bu…
Browse files Browse the repository at this point in the history
…ild-pipeline
  • Loading branch information
imjasonh authored Oct 23, 2024
2 parents dfc3851 + 7676bde commit 1cbadb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/cargo/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline:
cd "${{inputs.modroot}}"
# Build and install package(s)
cargo auditable build ${{inputs.opts}}
cargo auditable build --target-dir target ${{inputs.opts}}
if [[ ! -z "${{inputs.output}}" ]]; then
install -Dm755 "${OUTPUT_PATH}/${{inputs.output}}" "${INSTALL_PATH}/${{inputs.output}}"
else
Expand Down

0 comments on commit 1cbadb0

Please sign in to comment.