File: entrypoint.sh

package info (click to toggle)
galera-4 26.4.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,808 kB
  • sloc: cpp: 133,347; ansic: 12,142; sh: 1,437; tcl: 51; makefile: 12
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