-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[30.0.0] ci: generate a list of generated files (#10270)
* ci: generate a list of generated files (#10267) * ci: generate a list of generated files This fix is necessary for Windows users who may be using absolute-path target directories: the previous solution, separating the paths by `:`, runs into issues with Windows absolute paths (e.g., `C:\...`). This change is similar to #10266 but should avoid any further OS compatibility issues during a hypothetical cross-compilation. prtest:full * fix: debug string * Add clippy-required annotation * Add vets for recently introduced crates (#10253) CI is currently failing due to missing audits for the following Bytecode Alliance authored crates: * `wasmtime-wasi-io` * `cranelift-assembler-x64` * `cranelift-assembler-meta` * Add release notes for 30.0.1 * Add divider line to release notes --------- Co-authored-by: Saúl Cabrera <[email protected]>
- Loading branch information
1 parent
ede663c
commit 0b3cdd9
Showing
6 changed files
with
98 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,22 @@ start = "2021-10-29" | |
end = "2025-07-30" | ||
notes = "The Bytecode Alliance is the author of this crate." | ||
|
||
[[wildcard-audits.cranelift-assembler-x64]] | ||
who = "Saúl Cabrera <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
user-id = 73222 # wasmtime-publish | ||
start = "2025-02-20" | ||
end = "2026-02-20" | ||
notes = "The Bytecode Alliance is the author of this crate" | ||
|
||
[[wildcard-audits.cranelift-assembler-x64-meta]] | ||
who = "Saúl Cabrera <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
user-id = 73222 # wasmtime-publish | ||
start = "2025-02-20" | ||
end = "2026-02-20" | ||
notes = "The Bytecode Alliance is the author of this crate." | ||
|
||
[[wildcard-audits.cranelift-bforest]] | ||
who = "Bobby Holley <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -557,6 +573,14 @@ start = "2023-05-22" | |
end = "2025-07-30" | ||
notes = "The Bytecode Alliance is the author of this crate." | ||
|
||
[[wildcard-audits.wasmtime-wasi-io]] | ||
who = "Saúl Cabrera <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
user-id = 73222 # wasmtime-publish | ||
start = "2025-02-20" | ||
end = "2026-02-20" | ||
notes = "The Bytecode Alliance is the author of this crate." | ||
|
||
[[wildcard-audits.wasmtime-wasi-keyvalue]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters