commit d52d134ccc40a2d6da1cfa1694dd263e222742f2 Author: Matthew Finkel sysrqb@torproject.org Date: Sun Dec 13 20:01:31 2020 +0000
Revert "We only have desktop alphas based on > 68 ESR for now"
This reverts commit a53e12f394f73bcff5ca325f0d9298b87422906f.
Bug 40145: Adapt Makefile to build from a single alpha tag for all platforms again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 7e2e104..eedb27a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ release-src: submodule-update $(rbm) build release --target release --target torbrowser-src
alpha: submodule-update - $(rbm) build release --target alpha --target torbrowser-all-desktop + $(rbm) build release --target alpha --target torbrowser-all
alpha-android: submodule-update $(rbm) build release --target alpha --target torbrowser-all-android