Skip to content

Commit

Permalink
Merge branch 'unstable' into fix-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Nov 1, 2024
2 parents 387553e + 67545c4 commit 79a3040
Show file tree
Hide file tree
Showing 23 changed files with 6,792 additions and 936 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ jobs:
run: git diff --exit-code Cargo.lock
- name: Run cargo audit
run: make audit-CI
- name: Run cargo vendor to make sure dependencies can be vendored for packaging, reproducibility and archival purpose
run: CARGO_HOME=$(readlink -f $HOME) make vendor
# Dependency conflicts are causing pain here. Once SLOG is removed from lighthouse this should
# be re-enabled
# - name: Run cargo vendor to make sure dependencies can be vendored for packaging, reproducibility and archival purpose
#run: CARGO_HOME=$(readlink -f $HOME) make vendor
- name: Markdown-linter
run: make mdlint
check-msrv:
Expand Down
Loading

0 comments on commit 79a3040

Please sign in to comment.