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

fix: tinygo 0.35.0 policies exit at startup #1027

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

flavio
Copy link
Member

@flavio flavio commented Jan 14, 2025

The policies built with tinygo >= 0.35.0 failed to run.

The issue was inside of the wasmtime-provider of the wapc project.

This commit updates to a version of the crate that fixes the problem.

fixes kubewarden/kubewarden-controller#960

The policies built with tinygo >= 0.35.0 failed to run.

The issue was inside of the wasmtime-provider of the wapc project.

This commit updates to a version of the crate that fixes the problem.

fixes kubewarden/kubewarden-controller#960

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@flavio flavio requested a review from a team as a code owner January 14, 2025 10:27
@flavio flavio self-assigned this Jan 14, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.58%. Comparing base (6043934) to head (ffcd21d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1027   +/-   ##
=======================================
  Coverage   63.58%   63.58%           
=======================================
  Files          17       17           
  Lines        1071     1071           
=======================================
  Hits          681      681           
  Misses        390      390           
Flag Coverage Δ
integration-tests 56.26% <ø> (ø)
unit-tests 37.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flavio flavio mentioned this pull request Jan 14, 2025
1 task
@viccuad viccuad merged commit 503ca3a into kubewarden:main Jan 14, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fix building tinygo policies with 0.35.0
2 participants