#!/bin/sh
# DF-2972 build: compile the race demo in the guest (unpriv user maxx)
set -e
cd /tmp
cc -O2 -pthread -Wall -o race_demo race_demo.c && echo BUILD_OK
