Commit 325febf
authored
github: remove dependency of python wheel's on dune (#6232)
Ubuntu's dune is way too old for the version generally used. On top of
that the command doesn't fail when this happens, making the setup
brittle. Instead write the version variable to config.mk and run make.
You can see this change running as expected in this run:
https://github.com/xapi-project/xen-api/actions/runs/12792091034/job/356617253681 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments