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: deploy-wasm workflow does not run when core files are updated #505

Open
ChinYikMing opened this issue Oct 21, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ChinYikMing
Copy link
Collaborator

The Wasm deployment only runs when following files are updated:

files: |
              assets/html/index.html
              assets/js/pre.js
              build/*.elf

Updates to the core C files should also initiate deployment, as these changes could gain performance. Additionally, several prebuilt ELF executables are stored in the rv32emu-prebuilt directory, and the current method for detecting changes in ELF files is less effective. It should be revised to monitor updates in the rv32emu-prebuilt repository.

@ChinYikMing ChinYikMing self-assigned this Oct 21, 2024
@jserv jserv added this to the release-2024.2 milestone Oct 28, 2024
@jserv jserv added the bug Something isn't working label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants