Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | startup --batch_cpu_scheduling --io_nice_level 7 |
Leopold Schabel | 3dba532 | 2020-04-28 12:23:04 +0200 | [diff] [blame] | 2 | build --jobs 12 --local_ram_resources=HOST_RAM*0.5 |
Leopold Schabel | 8c8e677 | 2020-03-12 20:24:13 +0100 | [diff] [blame] | 3 | test --jobs 12 --test_output=errors |
Lorenz Brun | 5d7d2a4 | 2020-04-06 14:11:02 +0200 | [diff] [blame] | 4 | |
| 5 | # Build with SELinux, needed for containerd & kubelet |
Serge Bazanski | bb7db92 | 2020-04-30 12:43:10 +0200 | [diff] [blame] | 6 | build --define gotags=selinux,no_zfs,no_aufs,no_devicemapper |
| 7 | |
| 8 | # Build with C++17. |
| 9 | build --cxxopt=-std=c++17 |
| 10 | |
Lorenz Brun | f640211 | 2020-05-04 16:50:31 +0200 | [diff] [blame^] | 11 | # Set workspace status file and stamp |
| 12 | build --stamp --workspace_status_command=./build/print-workspace-status.sh |