Commit 61c32ca
committed
Fix pg_lake install check for main/master versions
Update check_pg_lake to properly verify installation even for main/master
branch builds. Previously, the function would skip checking for the .so
file entirely for main/master versions, causing the final error check to
fail when found=false.
Now the check:
1. Verifies pg_lake.so exists for main/master versions
2. Records the version and sets found=true if installed
3. Logs (doesn't error) if not built for unsupported PG versions
4. Only errors for tagged versions that should exist but don't
This allows the build to pass install checks when using PG_LAKE_VERSIONS=main.1 parent 073057c commit 61c32ca
File tree
1 file changed
+12
-1
lines changed- cicd
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
200 | 201 | | |
201 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
202 | 213 | | |
203 | 214 | | |
204 | 215 | | |
| |||
0 commit comments