Commit Graph

8 Commits

Author SHA1 Message Date
Gustavo Trott
34d1e14667 Avoid exit on error running 2024-10-24 16:45:08 -03:00
schrd
a1ef5243a9
build: Consistently call docker with sudo privileges (#21363)
If the user has no access to the docker socket, root privileges are
required. This fix adds a missing sudo so docker attach works.

Co-authored-by: Daniel Schreiber <daniel.schreiber@hrz.tu-chemnitz.de>
2024-10-04 10:12:02 -04:00
Gustavo Trott
5a3fb2c2c9 bypass build error: toomanyrequests: You have reached your pull rate limit. 2024-08-27 21:25:06 -03:00
Gustavo Trott
baba92cb0f Merge 2.7 into Develop 2023-08-04 16:47:23 -03:00
Brent Baccala
7f3f107bbf build script: fix LOCAL_BUILD being tested before it was set (bug introduced in PR #14889) 2023-04-03 17:43:13 -04:00
Brent Baccala
b2e6f66a57 Allow build/setup.sh to be interrupted with CNTL-C 2022-09-25 17:38:44 -04:00
Brent Baccala
c9606257aa package build scripts - calculate GIT_REV and COMMIT_DATE outside the
docker container and pass them in as environment variables, since we
can't compute them inside the docker container if the source directory
is a git worktree
2022-04-26 10:51:29 -04:00
Johannes Barthel
6c8525ef54 initial public version 2021-08-13 12:53:18 +02:00