-
Notifications
You must be signed in to change notification settings - Fork 309
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
teleport/17.0.5 package update and cve remediation #36783
Conversation
Gen AI suggestions to solve the build error: • Detected Error: ```
• Explanation: Node.js 23.x uses a newer ICU version than what's available in the system. By either explicitly including the matching ICU package or using Node.js 20.x (which uses a compatible ICU version), we ensure proper internationalization support for JavaScript operations. • Additional Notes:
• References:
|
Signed-off-by: Dentrax <[email protected]>
Gen AI suggestions to solve the build error: Based on the error output, I'll analyze and provide specific fixes: • Detected Error:
• Error Category: Build Configuration • Failure Point: WASM compilation and optimization step during the web assets build • Root Cause Analysis: • Suggested Fix:
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-O", "--enable-bulk-memory"]
[package.metadata]
wasm-opt = false
- runs: |
export RUSTFLAGS="-C target-feature=+bulk-memory"
RUST_MIN_STACK=16777216 wasm-pack build ./src/ironrdp --target web • Explanation: • Additional Notes:
• References: |
Same build error as here: #36438 (comment) Let's close this one. |
teleport/17.0.4-r0: fix GHSA-v778-237x-gjrc
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/teleport.advisories.yaml