/opt/tinc11/sbin/tinc -c $etc/tinc11 "$@"
}
+if [ -n "$CI" ]; then
+ # Workaround for ip netns exec messing with /sys mount in containers
+ mount -t sysfs --make-private sysfs $(mktemp -d)
+fi
+
header 'Creating branches'
for node in $nodes; do
update-binfmts --enable
rm -f /dev/net/tun
fi
+
+if [ -n "$CI" ]; then
+ # Workaround for ip netns exec messing with /sys mount in containers
+ mount -t sysfs --make-private sysfs $(mktemp -d)
+fi
- name: Install deps
run: .ci/deps.sh iputils-arping clang libclang-rt-dev
+ - name: Prepare the system
+ run: .ci/test/prepare.sh
+
- name: Sanitize tests with default settings
run: .ci/sanitizers/run.sh default
if: always()