Commit b0c595e
committed
fix(docker): python bytecode compilation
- we were seeing some issues when building the uboot containers with
bytecode compilation, especially on Ubuntu Noble
- apparently this is common and known problem
- there are multiple possible workarounds, one is to postpone the
automatic bytecode compilation, but this is problematic because our
containers are multi-arch (x86_64 and arm64)
- bump ubuntu to Plucky Puffin (25.04)
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>1 parent 5a8555e commit b0c595e
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
70 | 65 | | |
71 | 66 | | |
72 | 67 | | |
| |||
0 commit comments