Skip to content

Commit

Permalink
new: Upgrade to proto v0.26. (moonrepo#1244)
Browse files Browse the repository at this point in the history
* Update proto.

* Update tests.

* Bump dep.

* Delete shims.

* Update CI.

* Use pwsh.

* List shims.

* Bump again.

* Bump again.
  • Loading branch information
milesj committed Dec 31, 2023
1 parent e2c6a9c commit 8cfe874
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .cargo/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ failure-output = "immediate-final"
retries = 1
test-threads = 2

[profile.default]
test-threads = 8
# [profile.default]
# test-threads = 8
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
if: ${{ runner.os != 'Windows' }}
- run: bash ./website/static/install/proto.sh 0.19.0
if: ${{ runner.os != 'Windows' }}
- run: bash ./website/static/install/proto.sh 0.26.0-rc.1
if: ${{ runner.os != 'Windows' }}
# Windows
- run: pwsh.exe ./website/static/install/moon.ps1
if: ${{ runner.os == 'Windows' }}
Expand All @@ -56,5 +54,3 @@ jobs:
if: ${{ runner.os == 'Windows' }}
- run: pwsh.exe ./website/static/install/proto.ps1 0.19.0
if: ${{ runner.os == 'Windows' }}
- run: pwsh.exe ./website/static/install/proto.ps1 0.26.0-rc.1
if: ${{ runner.os == 'Windows' }}
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
cache-base: '^(master|develop-)'
components: llvm-tools-preview
- uses: moonrepo/setup-toolchain@v0
if: ${{ runner.os == 'Linux' }}
with:
auto-install: true
proto-version: '0.25.3' # Keep in sync
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.26.3' # Keep in sync
- uses: mozilla-actions/[email protected]
- name: Checking coverage status
id: coverage
Expand Down
3 changes: 2 additions & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# These are used by tests that require the tools
# to exist in the environment!
bun = "1.0.15"
# bun = "1.0.15"
node = "20.8.0"
npm = "10.1.0"
114 changes: 73 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cfe874

Please sign in to comment.