Skip to content

Commit

Permalink
Temp 13: Set Rust compiler CI build to stable (1.72.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 2, 2023
1 parent 45b107d commit aa1c4fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Install aarch64 Rust target"
run: rustup target add aarch64-apple-darwin
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Install x86_64-pc-windows-msvc Rust target"
run: rustup target add x86_64-pc-windows-msvc
Expand Down Expand Up @@ -94,8 +94,8 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Build bdk-jvm library"
run: |
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/test-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
distribution: temurin
java-version: 11

- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Set default Rust version to 1.72.1"
run: rustup default 1.72.1

- name: "Run JVM tests"
run: |
cd bdk-jvm
./gradlew test
- name: "Print directory structure"
run: |
pwd
ls -R

0 comments on commit aa1c4fd

Please sign in to comment.