Commit 2322243
fix(bff): add make and Go setup for BFF services in e2e workflow (opendatahub-io#6865)
The self-hosted Fedora runners don't have `make` or Go pre-installed,
causing BFF startup to fail with "make: command not found". Add
conditional setup steps before BFF startup that install make and
configure Go 1.24 only when BFF packages are detected.
Co-authored-by: Anthony Coughlin <33689325+antowaddle@users.noreply.github.com>1 parent 6a0fbf3 commit 2322243
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1110 | 1110 | | |
1111 | 1111 | | |
1112 | 1112 | | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
1113 | 1130 | | |
1114 | 1131 | | |
1115 | 1132 | | |
| |||
0 commit comments