Commit 3cc63ed
committed
ci: Add ORA_TZFILE workaround to remaining gvenzl/oracle-free workflows
rsim#291 added the ORA-01805 workaround to `ruby_head.yml`. The same root
cause -- `gvenzl/oracle-free:latest` shipping a newer timezone-data
version than the "latest" Instant Client embeds -- affects every other
workflow that combines that image with ruby-oci8:
- `truffleruby.yml`: failing on schedule since 2026-05-09 with
`ORA-01805` from `ocidatetime.c:119 in oci8lib_truffleruby.so`
(https://github.com/rsim/ruby-plsql/actions/runs/25710673905).
- `test.yml`: not yet run against the updated image (latest run was
2026-05-08, image upgrade landed on 05-09); will fail on the MRI
matrix slots on the next push/PR.
- `test_gemfiles.yml`: same situation as test.yml.
Apply the same dynamic copy-and-set-ORA_TZFILE step immediately after
`Create database user`. `jruby_head.yml` is excluded because it uses
the JDBC driver and is not affected (confirmed still green on schedule).1 parent 959e88b commit 3cc63ed
3 files changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
77 | 88 | | |
78 | 89 | | |
79 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
| |||
0 commit comments