Commit b5c5225
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)
- also, added a step to fix the installation
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>1 parent 5f29316 commit b5c5225
1 file changed
+3
-2
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 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments