You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
When building the image the build scripts call undup(line) in phase2.ejs while installing each language.
undup is a function in index.js that seems to comment out commands in the install array if they are already in the dc array in index.js. It seems like this means commands from previously installed languages would still be in that array including previous make and make install?
This causes the make and make install commands to be commented out, and the apl binary to fail to be created and copied, causing a crash.
I was going to make a PR but I realized I don't really understand the point of the dup check in the first place so I thought I'd just comment.