Skip to content

Commit

Permalink
release: fast build
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Nov 11, 2023
1 parent b6a2071 commit 620783f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,11 @@ jobs:
strategy:
matrix:
build:
- msrv
- stable
- nightly
# Use nightly for these because that's what release does.
- win-msvc
- macos
include:
- build: msrv
os: ubuntu-22.04
rust: 1.63.0

- build: stable
os: ubuntu-22.04
rust: stable

- build: nightly
os: ubuntu-22.04
rust: nightly

- build: win-msvc
os: windows-2022
rust: nightly

- build: macos
os: macos-12
rust: nightly
env:
# Backtraces for panics.
RUST_BACKTRACE: 1
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,11 @@ jobs:
matrix:
build:
- linux
- macos
- win-msvc
include:
- build: linux
os: ubuntu-22.04
target: x86_64-unknown-linux-musl
binary_ext:

- build: macos
os: macos-12
target: x86_64-apple-darwin
binary_ext:

- build: win-msvc
os: windows-2022
target: x86_64-pc-windows-msvc
binary_ext: .exe
env:
# Backtraces for panics.
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 620783f

Please sign in to comment.