File: entrypoint.sh

package info (click to toggle)
galera-4 26.4.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,968 kB
  • sloc: cpp: 133,534; ansic: 12,171; sh: 1,446; tcl: 51; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash -eu

# Assume source tree is rooted in output
cd /output
export CFLAGS='-Werror -Wno-deprecated-declarations'
export CMAKE_OPTS='-DGALERA_WITH_UBSAN:BOOL=ON'
export UBSAN_OPTIONS="halt_on_error=1"
./scripts/build.sh -o --cmake