Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: generate a list of generated files #10267

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Feb 21, 2025

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

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 bytecodealliance#10266 but should avoid any further OS
compatibility issues during a hypothetical cross-compilation.

prtest:full
@abrown abrown requested a review from a team as a code owner February 21, 2025 01:11
@abrown abrown requested review from cfallin and removed request for a team February 21, 2025 01:11
@alexcrichton alexcrichton added this pull request to the merge queue Feb 21, 2025
Merged via the queue into bytecodealliance:main with commit 0c84696 Feb 21, 2025
154 checks passed
@abrown abrown deleted the assembler-path-macro branch February 21, 2025 16:07
abrown added a commit to abrown/wasmtime that referenced this pull request Feb 21, 2025
* 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 bytecodealliance#10266 but should avoid any further OS
compatibility issues during a hypothetical cross-compilation.

prtest:full

* fix: debug string
abrown added a commit that referenced this pull request Feb 21, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants