Commit f47ecd2
committed
fix(pgsodium): use pkgs.pkgsLinux for psql_15/psql_17 to match postgresqlWithExtension
The pgsodium test uses pkgs.pkgsLinux.buildEnv to build Linux packages,
but psql_15 and psql_17 were referencing pkgs.system which could be
Darwin. This caused mixed Darwin/Linux binaries in the test environment,
leading to "cannot execute binary file" errors on Darwin when trying
to run pg_regress. Now consistently uses pkgs.pkgsLinux for all package
references.1 parent b2d9c38 commit f47ecd2
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
0 commit comments