Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/opentelemetry-otlp-0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored Dec 28, 2024
2 parents 9f13a32 + 87945c3 commit 4502464
Show file tree
Hide file tree
Showing 17 changed files with 675 additions and 302 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch: false
# push:
# paths:
# - "**/Cargo.toml"
# - "**/Cargo.lock"
# schedule:
# - cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Build
run: |
cargo install --locked --path ./crates/core
cargo install --locked --path ./crates/fdev
cargo install --locked --force --path ./crates/core
cargo install --locked --force --path ./crates/fdev
make -C apps/freenet-ping -f run-ping.mk build
cargo build --locked
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build
run: |
cargo install --locked --path ../../crates/fdev
cargo install --locked --force --path ../../crates/fdev
make -f run-ping.mk build
working-directory: apps/freenet-ping

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

### Rust ###
# Generated by Cargo
# will have compiled files and executables
Expand All @@ -25,3 +24,4 @@ config.toml
.rustc*

rustc-ice*.txt
.aider*
Loading

0 comments on commit 4502464

Please sign in to comment.