-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deno compile produces non deterministic build binary when there are npm dependencies #25084
Comments
i-api
changed the title
deno compile produces non deterministic builds - I suspect the issue has to do with the lockfile deno.jsonc
deno compile produces non deterministic build binary - I suspect the issue has to do with the lockfile deno.jsonc
Aug 18, 2024
i-api
changed the title
deno compile produces non deterministic build binary - I suspect the issue has to do with the lockfile deno.jsonc
deno compile produces non deterministic build binary - I suspect the issue has to do with the "npm:" specificer imports in lockfile deno.lock
Aug 18, 2024
did futher testing, and npm: specifiers are indeed the cause. |
yes |
dsherret
changed the title
deno compile produces non deterministic build binary - I suspect the issue has to do with the "npm:" specificer imports in lockfile deno.lock
deno compile produces non deterministic build binary when there are npm dependencies
Aug 18, 2024
#9244 is unrelated. You should probably be able to diff the executable and see what's being shifted around between compiles. |
yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: