Add Taplo check to CI (#2451)
* Add Taplo check to CI * more taplo * Try to make this easier
This commit is contained in:
parent
09a8b1dd80
commit
6df1b34375
9
.github/workflows/build_and_test.yml
vendored
9
.github/workflows/build_and_test.yml
vendored
@ -389,6 +389,15 @@ jobs:
|
|||||||
- name: Build no_std no_alloc bolts
|
- name: Build no_std no_alloc bolts
|
||||||
run: cd ./libafl_bolts && cargo +nightly build -Zbuild-std=core --target aarch64-unknown-none --no-default-features -v --release && cd ../
|
run: cd ./libafl_bolts && cargo +nightly build -Zbuild-std=core --target aarch64-unknown-none --no-default-features -v --release && cd ../
|
||||||
|
|
||||||
|
format-toml:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
steps:
|
||||||
|
- name: Install taplo
|
||||||
|
run: curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run taplo
|
||||||
|
run: taplo format --check
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -13,8 +13,8 @@ LLVM_CONFIG = { value = "llvm-config-18", condition = { env_not_set = [
|
|||||||
"LLVM_CONFIG",
|
"LLVM_CONFIG",
|
||||||
] } }
|
] } }
|
||||||
AFL_VERSION = "db23931e7c1727ddac8691a6241c97b2203ec6fc"
|
AFL_VERSION = "db23931e7c1727ddac8691a6241c97b2203ec6fc"
|
||||||
AFL_DIR_NAME= {value = "./AFLplusplus-${AFL_VERSION}"}
|
AFL_DIR_NAME = { value = "./AFLplusplus-${AFL_VERSION}" }
|
||||||
AFL_CC_PATH= {value = "${AFL_DIR_NAME}/afl-clang-fast"}
|
AFL_CC_PATH = { value = "${AFL_DIR_NAME}/afl-clang-fast" }
|
||||||
|
|
||||||
|
|
||||||
[tasks.build_afl]
|
[tasks.build_afl]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user