Skip to content

Instantly share code, notes, and snippets.

@bjorng
bjorng / otp-bisect-ts
Last active January 3, 2022 08:23
Automate running git bisect in the otp repository
#!/bin/sh
git clean -dxfq
./otp_build autoconf
./configure
# Build the minimum number of applications.
OTP_SMALL_BUILD=true
export OTP_SMALL_BUILD
for app in asn1 hipe ic inets jinterface snmp; do
echo "Build faster" >lib/$app/SKIP