Skip to content

Commit

Permalink
1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Aug 19, 2024
1 parent f080824 commit fb44288
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows.src/ls-build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
if: << 'false' if tgt.runs_on and 'self-hosted' in tgt.runs_on else 'true' >>
with:
components: "cargo,rustc,rust-std,rustfmt,clippy"
toolchain: "stable"
toolchain: "1.80.1"
targets: "<< tgt.arch >>-apple-darwin"

- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows.src/tests.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
components: "cargo,rustc,rust-std,rustfmt,clippy"
toolchain: "stable"
toolchain: "1.80.1"

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -138,7 +138,7 @@
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
components: "cargo,rustc,rust-std,rustfmt,clippy"
toolchain: "stable"
toolchain: "1.80.1"

# Build EdgeDB CLI

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows.src/tests.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
path: ${{ env.BUILD_TEMP }}/rust/extensions
key: edb-rust-build-v1-${{ hashFiles('.tmp/rust_cache_key.txt') }}

- name: Install rust toolchain
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
components: "cargo,rustc,rust-std"
toolchain: "stable"
components: "cargo,rustc,rust-std,rustfmt,clippy"
toolchain: "1.80.1"

- name: Cargo test
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ls-nightly.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/tests-ha.yml

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

14 changes: 7 additions & 7 deletions .github/workflows/tests-managed-pg.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/tests-patches.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/tests-pg-versions.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/tests-pool.yml

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

16 changes: 8 additions & 8 deletions .github/workflows/tests.yml

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

0 comments on commit fb44288

Please sign in to comment.