Commit Graph

8 Commits

Author SHA1 Message Date
6e0cf0f33a ci: chores (#5280) 2023-11-04 23:22:27 +00:00
8e9937bb08 ci: minor fixes (#4831) 2023-09-28 01:25:33 +00:00
21db2936e6 ci: pin ubuntu to 20.04 to avoid glibc errors
ref: https://github.com/paradigmxyz/reth/actions/runs/5486255403/jobs/9996118421
ref: https://github.com/foundry-rs/foundry/issues/3827

Compiling serde v1.0.164
error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /target/maxperf/deps/libserde_derive-6e9709c79bb5c7fa.so)
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.164/src/lib.rs:340:1
    |
340 | extern crate serde_derive;
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-07-07 15:37:04 +03:00
fd785287de ci: run workflows on merge_group (#2842) 2023-05-25 18:39:32 +02:00
f90f734a76 chore/ci: update deny config and action (#2142) 2023-04-06 17:24:04 +02:00
9575eb89fb ci: fix workflow concurrency control (#191) 2022-11-11 07:46:32 +01:00
1db9a5aed4 ci: NEXTEST_EXPERIMENTAL_FILTER_EXPR env var no longer required (#188) 2022-11-10 22:30:19 +01:00
e50eb65078 ci: add cargo deny action (#125)
* ci: add `cargo-deny` workflow

* ci: allow advisory failures in deny workflow

* ci: only run deny workflow if `Cargo.lock` changed

* chore: driveby formatting of readme
2022-10-24 16:34:37 +02:00