Cirrus: Apply checkpoint patch to tor-browser-build

pull/88/head
Jeremy Rand 3 years ago
parent ea1b2ed18d
commit 0796ce65f2
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -26,6 +26,11 @@ echo "Configuring rbm..."
# Print logs to Cirrus.
cat rbm.local.conf.example | sed "s/#build_log: '-'/build_log: '-'/g" > rbm.local.conf
echo "Patching rbm..."
pushd tor-browser-build
patch -p1 < ../tools/checkpoints.patch
popd
echo "Moving caches..."
if [[ -e "./fonts/.git" ]]; then
echo "git_clones/fonts was cached, moving it to the right place..."

Loading…
Cancel
Save