Skip to content

Commit

Permalink
Fuzz binaries build workflow fix (#12184)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near authored Oct 3, 2024
1 parent acfe0ed commit 2b882c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build_fuzzers:
name: Build Fuzzers
runs-on: "ubuntu-20.04-32core"
runs-on: "ubuntu-22.04-16core"

permissions:
contents: "read"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ondemand_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
build_fuzzers:
name: Build Fuzzers
runs-on: "ubuntu-20.04-32core"
runs-on: "ubuntu-22.04-16core"

permissions:
contents: "read"
Expand Down
2 changes: 1 addition & 1 deletion core/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curve25519-dalek = { workspace = true, features = ["rand_core"] }
[features]
default = ["rand"]
rand = ["secp256k1/rand", "rand/getrandom", "ed25519-dalek/rand_core"]

rand-std = ["secp256k1/rand-std"]
protocol_schema = [
"near-schema-checker-lib/protocol_schema",
]

0 comments on commit 2b882c8

Please sign in to comment.