Skip to content

Commit

Permalink
Auto merge of rust-lang#100908 - lnicola:rust-analyzer-2022-08-23, r=…
Browse files Browse the repository at this point in the history
…lnicola

⬆️ rust-analyzer

r? `@ghost`
  • Loading branch information
bors committed Aug 29, 2022
2 parents 1ea4efd + b01b944 commit 7c142a6
Show file tree
Hide file tree
Showing 83 changed files with 2,091 additions and 625 deletions.
6 changes: 3 additions & 3 deletions src/tools/rust-analyzer/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- os: windows-latest
target: aarch64-pc-windows-msvc
code-target: win32-arm64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabihf
code-target: linux-armhf
- os: macos-11
Expand Down
Loading

0 comments on commit 7c142a6

Please sign in to comment.