Skip to content

Commit

Permalink
Updated jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Sep 19, 2024
1 parent 037e9f5 commit 6f5079d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pipeline {
-t build \
--target=build \
--build-arg=build_image="${build_image}" \
--build-arg=base_image="${base_image}" \
--pull \
.
# Extract debian package from docker image into './out'.
Expand Down
2 changes: 1 addition & 1 deletion macos.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
steps {
sh '''\
# Set up Rust toolchain.
rustup default 1.62 # TODO parameterize
rustup default 1.73 # TODO parameterize

# Build binary and run it to get version.
version="$(cargo run --release -- --version | awk '{print $2}')"
Expand Down
2 changes: 1 addition & 1 deletion windows.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
steps {
sh '''\
# Set up Rust toolchain.
rustup default 1.62-x86_64-pc-windows-gnu # TODO parameterize
rustup default 1.73-x86_64-pc-windows-gnu # TODO parameterize

# Build binary and run it to get version.
version="$(cargo run --release -- --version | awk '{print $2}')"
Expand Down

0 comments on commit 6f5079d

Please sign in to comment.