Skip to content

Commit

Permalink
Move to Rust 1.83 (#1253)
Browse files Browse the repository at this point in the history
This PR updates our pinned Rust version to 1.83. This also updates
`ci-perf-kit` https://github.com/mmtk/ci-perf-kit/releases/tag/0.8.2
that includes this Rust 1.83 migration as a new epoch.
  • Loading branch information
qinsoon authored Jan 6, 2025
1 parent c0f9788 commit ec74535
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/micro-bm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.GITHUB_TOKEN }}
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# Use rust-toolchain in the trunk (it doesnt matter much - if the toolchains defined in the trunk and the branch are different, we cant run anyway)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# setup
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-compare-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# setup
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# setup
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/perf-regression-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.8.1"
ref: "0.8.2"
path: ci-perf-kit
submodules: true
# checkout canary versions.
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.8.0"
ref: "0.8.2"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.77.0
1.83.0

0 comments on commit ec74535

Please sign in to comment.