mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
The install-pgbouncer script is not currently reporting any build errors to the caller, except if the final `rm -rf` fails. Fix the issue by executing `set -xeuo pipefail` to properly report errors of any unchecked commands and chaining commands with `&&`'s. While the latter shouldn't be necessary anymore because of changed options, it's easy enough to do for this script. With this change, we now properly notice that building pgbouncer fails currently because of a missing libevent dependency. This failure is fixed in a subsequent commit. |
||
|---|---|---|
| .. | ||
| build-helpers.sh | ||
| cache-google-chrome | ||
| custom-docker-build | ||
| install-chrome | ||
| install-docker | ||
| install-essentials | ||
| install-git | ||
| install-golang | ||
| install-graphicsmagick | ||
| install-lfs | ||
| install-node | ||
| install-noto-emoji | ||
| install-pcre2 | ||
| install-pgbouncer | ||
| install-postgresql | ||
| install-ruby | ||
| install-www-gitlab-com | ||