-
Notifications
You must be signed in to change notification settings - Fork 27
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
prototype of so-only wheel #152
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #152 +/- ##
========================================
Coverage 63.74% 63.74%
========================================
Files 1066 1066
Lines 55360 55360
Branches 4086 4086
========================================
Hits 35289 35289
Misses 20071 20071 ☔ View full report in Codecov by Sentry. |
00af3d0
to
aac2a37
Compare
0702997
to
df92180
Compare
Private downstream CI failed. |
a631ee1
to
fbb09cc
Compare
fbb09cc
to
381e6ae
Compare
Private downstream CI failed. |
Private downstream CI failed. |
Private downstream CI succeeded. |
Private downstream CI succeeded. |
3 similar comments
Private downstream CI succeeded. |
Private downstream CI succeeded. |
Private downstream CI succeeded. |
This is a minimalistic prototype of building a trivial wheel with
.so
's only, to be used by subsequent wheelsIt consists of:
dockerbuild.sh
andbuildscripts
-- those should actually go to another repo (which one tho?), as these would be reused by all compiled projects.