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

Incremental builds can erroneously succeed #8

Open
kirkrodrigues opened this issue Oct 1, 2024 · 0 comments
Open

Incremental builds can erroneously succeed #8

kirkrodrigues opened this issue Oct 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kirkrodrigues
Copy link
Member

Bug

Incremental builds of clp-ffi-js can erroneously succeed leading to unexpected issues when the library is built from scratch.

For example, when testing #7, running a build with emsdk 3.1.67 and then with emsdk 3.1.68 would succeed, even though a clean build with emsdk 3.1.68 fails.

clp-ffi-js version

d8fac7b

Environment

Ubuntu 22.04 (Jammy)

Reproduction steps

  • task
  • Change the emsdk version to 3.1.68.
  • task
  • Observe that the build doesn't fail.
  • task clean-clp-ffi-js
  • task
  • Observe that the build fails.
@kirkrodrigues kirkrodrigues added the bug Something isn't working label Oct 1, 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

1 participant