Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: libiconv-version /LIBICONV_VERSION="(.*)"/ https://ftp.gnu.org/gnu/libiconv/|re:/href="libiconv-([\d.]+).tar.gz"/$1/|semver:*
LIBICONV_VERSION="1.18"
LIBICONV_VERSION="1.19"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LIBICONV_VERSION was bumped to 1.19, but the repo’s .gitignore still ignores libiconv-1.18/; if the build extracts into a versioned directory, this may start showing up as an untracked artifact after builds.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


export ZOPEN_BUILD_LINE="STABLE" # Default build line
export ZOPEN_CATEGORIES="library"
Expand Down
Loading