Commit b831bb2
authored
Fix x86_64 build in the CI release pipeline (#3033)
Fixes CI pipeline issues that occurred during the 0.44.0 release ([see
this actions
run](https://github.com/FuelLabs/fuel-core/actions/runs/15260746240/job/43155736997)).
Turns out the Linux version used by the default cargo cross image has an
outdated and known-buggy GCC version. Compiling everything under a
recent unmodified Ubuntu just works. I fixed the release itself
manually, and this PR simply changes the CI pipeline to not produce that
issue in the future.1 parent 188211b commit b831bb2
File tree
2 files changed
+4
-2
lines changed- .changes/changed
- ci
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments