-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add WT-FROST to the worker gadget #711
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #711 +/- ##
==========================================
- Coverage 17.91% 17.11% -0.79%
==========================================
Files 77 80 +3
Lines 5696 5956 +260
==========================================
- Hits 1020 1019 -1
- Misses 4676 4937 +261
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI needs to be fixed.
ef84133
to
ce90511
Compare
Maybe you're missing some feature flags @tbraun96 ? What ultimately changed with how our integration tests run? |
So far, nothing changed in how our integration tests are run. Relevantly, what has changed is that our FROST dependency needs to link to a C library, and it appears it lacks testing for pipeline builds ( |
I'm really not sure what's going on here. In stacks-sbtc we link I'll pull this repo and try to see what's going on. |
Just pulled and built @tbraun96 does this fail for you locally, or just in GH CI? |
Just in CI @xoloki |
@drewstone @tbraun96 there seems to be a problem in how CI is setup and run. I would expect that the However, that's not what happens. The |
However, for the There are a couple of things about your CI setup which I note. First, you are using |
I'd also remove the Basically, I'd just remove everything in the failing CI |
The issue, as you hinted towards @xoloki , was sccache. Thank you so much for the help. |
Glad I could help 😎 |
Closes #710