Skip to content

Commit

Permalink
Merge pull request #544 from coasys/ci-fixes
Browse files Browse the repository at this point in the history
CI fixes and improvements
  • Loading branch information
lucksus authored Dec 19, 2024
2 parents 60f7103 + 1ec1cdd commit 69e747b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
name: Build ADAM (without bootstrap languages)
command: pnpm run build-libs
no_output_timeout: 30m
- run:
name: cargo clippy
no_output_timeout: 30m
command: cargo clippy --all --exclude ad4m-launcher
- save_cache:
key: rust-cache-{{ checksum "Cargo.lock" }}-v2
paths:
Expand All @@ -77,10 +81,6 @@ jobs:
paths:
- ./target/release/ad4m
- ./target/release/ad4m-executor
- run:
name: cargo clippy
no_output_timeout: 30m
command: cargo clippy --all --exclude ad4m-launcher
- run:
name: Remove pnpm patches
command: node removePnpm.js
Expand Down Expand Up @@ -127,6 +127,9 @@ jobs:
keys:
- p-diff-sync-socket-signaling-rust-cache-{{ checksum "bootstrap-languages/p-diff-sync-socket-signaling/hc-dna/Cargo.lock" }}
- p-diff-sync-socket-signaling-rust-cache-
- run:
name: Install specific pnpm version
command: npm install -g [email protected]
- run:
name: Install dependencies
command: pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit 69e747b

Please sign in to comment.