Commit f6da0a0
authored
Fix Ubuntu i386 nightly tests (#1266)
The action [has been failing for a
while](https://github.com/hazelcast/hazelcast-cpp-client/actions/workflows/nightly-ubuntu-i386.yml)
and I have identified a couple of issues:
- #1239 introduced
an implicit dependency on Node 20 - incompatible with Ubuntu i386
- #1260 introduced
a dependency on `gh` which is pre-installed on GitHub Actions runner
images... but the `ubuntu-i386` variant doesn't _use_ the runner image
and instead runs on a vanilla Docker image and as such we must
explicitly install `gh` as a prerequisite.
- #1243
erroneously updated the i386 nightly build to use the **x64** variant
Tested
[here](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/13507682122)
✅.1 parent 478074a commit f6da0a0
File tree
2 files changed
+16
-2
lines changed- .github
- actions/build-test/ubuntu-i386
- workflows
2 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
78 | 91 | | |
79 | 92 | | |
80 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments