Skip to content
New issue

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

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

Already on GitHub? # to your account

CI: Trigger WebAssembly CI when ELF executables rebuilt #408

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

ChinYikMing
Copy link
Collaborator

ELF executables might be rebuilt when new features are supported by the rv32emu such as new SDL-related system calls for video games like Doom and Quake or newlib has been updated. ELF executables are also might be deleted.

Change filter from "any_changed" to "any_modified" since the latter includes delete event and this can ensure that deleted ELF executables do not appear in the demo page.

Close: #405
See also: #75

ELF executables might be rebuilt when new features are supported by the
rv32emu such as new SDL-related system calls for video games like Doom
and Quake or newlib has been updated. ELF executables are also might be
deleted.

Change filter from "any_changed" to "any_modified" since the latter
includes delete event and this can ensure that deleted ELF executables
do not appear in the demo page.

Close: sysprog21#405
See also: sysprog21#75
@jserv jserv merged commit 47d0176 into sysprog21:master Apr 7, 2024
8 checks passed
@ChinYikMing ChinYikMing deleted the wasm-ci-changed-files branch April 7, 2024 13:32
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
CI: Trigger WebAssembly CI when ELF executables rebuilt
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trigger WebAssembly CI when embedded ELF executables has been rebuilt
2 participants