mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-25 00:24:57 +01:00
chore: Update rust-version (MSRV) to 1.75.0 (#623)
This commit is contained in:
29
.github/workflows/ci.yml
vendored
29
.github/workflows/ci.yml
vendored
@@ -102,7 +102,6 @@ jobs:
|
||||
-p cdk-cln,
|
||||
-p cdk-lnd,
|
||||
-p cdk-phoenixd,
|
||||
-p cdk-strike,
|
||||
-p cdk-lnbits,
|
||||
-p cdk-fake-wallet,
|
||||
--bin cdk-cli,
|
||||
@@ -111,6 +110,7 @@ jobs:
|
||||
--bin cdk-mintd --no-default-features --features redis,
|
||||
--bin cdk-mintd --no-default-features --features "redis swagger",
|
||||
--bin cdk-mintd --no-default-features --features management-rpc,
|
||||
--bin cdk-mintd --no-default-features --features redb,
|
||||
--bin cdk-mint-cli,
|
||||
]
|
||||
steps:
|
||||
@@ -216,12 +216,14 @@ jobs:
|
||||
-p cdk --no-default-features --features "mint mint",
|
||||
-p cdk-axum,
|
||||
-p cdk-axum --no-default-features --features redis,
|
||||
-p cdk-strike,
|
||||
-p cdk-lnbits,
|
||||
-p cdk-phoenixd,
|
||||
-p cdk-fake-wallet,
|
||||
-p cdk-cln,
|
||||
-p cdk-lnd,
|
||||
-p cdk-mint-rpc,
|
||||
-p cdk-sqlite,
|
||||
-p cdk-mintd,
|
||||
]
|
||||
steps:
|
||||
- name: checkout
|
||||
@@ -236,29 +238,6 @@ jobs:
|
||||
run: nix develop -i -L .#msrv --command cargo build ${{ matrix.build-args }}
|
||||
|
||||
|
||||
db-msrv-build:
|
||||
name: "DB MSRV build"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
build-args:
|
||||
[
|
||||
-p cdk-sqlite,
|
||||
-p cdk-redb,
|
||||
]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v11
|
||||
- name: Nix Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: nix develop -i -L .#db_shell --command cargo build ${{ matrix.build-args }}
|
||||
|
||||
check-wasm:
|
||||
name: Check WASM
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user