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

Disable ncurses for oksh #12

Merged
merged 1 commit into from
Jul 6, 2024
Merged

Disable ncurses for oksh #12

merged 1 commit into from
Jul 6, 2024

Conversation

alganet
Copy link
Owner

@alganet alganet commented Jul 5, 2024

When moving all builds to a single Docker stage, the shells started to build all in the same machine, causing oksh to be linked against ncurses.

Since the build stage is different from the final image, ncurses was missing and causing oksh binaries to fail invokation.

This change disables linking against ncurses during build, fixing the issue.

Our goal is not to provide interactive shells for personal use, so lacking ncurses still results in a perfectly good oksh.

When moving all builds to a single Docker stage, the shells started
to build all in the same machine, causing oksh to be linked against
ncurses.

Since the build stage is different from the final image, ncurses
was missing and causing oksh binaries to fail invokation.

This change disables linking against ncurses during build, fixing
the issue.

Our goal is not to provide interactive shells for personal use,
so lacking ncurses still results in a perfectly good oksh.
@alganet alganet merged commit fd40efb into main Jul 6, 2024
1 check passed
@alganet alganet deleted the disable-oksh-ncurses branch October 4, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant