Commit 26fe6a1
authored
Use --platform ruby to ensure we install the source based pg gem (#791)
The upstream pg ruby gem has started including pre-complied pg gems which do not
work on EL8 due to the fact they were compiled on an Ubuntu platform that has a
newer glibc.
By using `--platform ruby` [1], this will force the installation using the
source which is what this cookbook expects.
In addition, make sure we test on EL8.
[1] https://github.com/ged/ruby-pg?tab=readme-ov-file#source-gem
Signed-off-by: Lance Albertson <[email protected]>1 parent 5e9a15c commit 26fe6a1
File tree
3 files changed
+7
-4
lines changed- .github/workflows
- libraries/sql
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
54 | | - | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments