make package-windows
results in never-ending make
loop
#14443
Replies: 3 comments
-
It's strange because I see the same behavior when I presumably run the same commands as the release workflow, aka ...followed by... |
Beta Was this translation helpful? Give feedback.
-
Here is the verbose output when I run...
I will continue looking into this. I've always gotten the |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin I have no idea why you converted #14440 into this discussion. It is a legitimate bug, introduced in this commit - e435bc6 The only reason we have not seen this behavior until now is due to the recent-ish changes in how Elixir escripts are created, coupled with someone (me) wanting to build release artifacts on a non-UTC system, or in a timezone that is not UTC. Perhaps I'm the only person who does this on Earth 🌎 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I used to be able to do the following to build the Windows
.exe
installer:...but now it gets caught in a never-ending loop. I will attach a verbose
make
log.Reproduction steps
Expected behavior
Windows release artifacts are built.
Additional context
Current toolset:
OS is Ubuntu 24
Beta Was this translation helpful? Give feedback.
All reactions