File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,17 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- zig-version : ["master "]
17+ zig-version : ["0.15.2 "]
1818 os : [ubuntu-latest]
1919 build-options : ["-Dssl=None -Ddisable-zlib -Ddisable-zstd", "-Dssl=OpenSSL", "-Dssl=LibreSSL"]
2020 include :
21+ # Test for users that want stability and use older kernel, glibc and zig versions
22+ - zig-version : " 0.14.1"
23+ os : ubuntu-22.04 # GLIBC 2.35
24+ build-options : " -Dssl=LibreSSL"
25+ - zig-version : " master"
26+ os : ubuntu-latest
27+ build-options : " -Dssl=LibreSSL"
2128 - zig-version : " master"
2229 os : macos-latest # Apple Silicon
2330 build-options : " -Dssl=LibreSSL"
Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ Provides a package to be used by the zig package manager for C programs.
99| x86_64 | ✅ | ✅ |
1010| arm 64 | (untested) | ✅ (not with OpenSSL) |
1111
12- | Refname | PostgreSQL version | Zig ` 0.16.x ` | Zig ` 0.15.x ` | Zig ` 0.14.x ` | Zig ` 0.13.x ` |
13- | ------------| --------------------| --------------| --------------| --------------| --------------|
14- | ` master ` | ` REL_18_1 ` | ✅ | ❌ | ❌ | ❌ |
15- | ` 5.18.1+1 ` | ` REL_18_1 ` | ❌ | ✅ | ✅ | ❌ |
16- | ` 5.16.4+5 ` | ` REL_16_4 ` | ❌ | ✅ | ✅ | ❌ |
17- | ` 5.16.4+2 ` | ` REL_16_4 ` | ❌ | ❌ | ❌ | ✅ |
12+ | Refname | PostgreSQL version | Zig ` 0.16.0-dev ` | Zig ` 0.15.x ` | Zig ` 0.14.x ` | Zig ` 0.13.x ` |
13+ | ------------| --------------------| ------------------| --------------| --------------| --------------|
14+ | ` 5.18.1+2 ` | ` REL_18_1 ` | ✅ | ✅ | ✅ | ❌ |
15+ | ` 5.16.4+5 ` | ` REL_16_4 ` | ❌ | ✅ | ✅ | ❌ |
16+ | ` 5.16.4+2 ` | ` REL_16_4 ` | ❌ | ❌ | ❌ | ✅ |
1817
1918## Use
2019
Original file line number Diff line number Diff line change 1414 .lazy = true ,
1515 },
1616 .libressl = .{
17- .url = "git+https://github.com/allyourcodebase/libressl?ref=zig-0.16#e8f79856c79117d3f90fb9466f07fe40326dc5ea " ,
18- .hash = "libressl-4.0.0--kqV4CnYAACipI0uyGhRMjpZU1JlcIrtPslSCMO0nLsj " ,
17+ .url = "git+https://github.com/allyourcodebase/libressl?ref=simplify-installheader#de575d3584026c369754562f1330e3103158fa7d " ,
18+ .hash = "libressl-4.0.0--kqV4KPTAACsSRP8mSIZmqgVa5OZjw6WEgvcftWkLu-c " ,
1919 .lazy = true ,
2020 },
2121 .zlib = .{
You can’t perform that action at this time.
0 commit comments