Unverified Commit 8e7cef63 authored by boklm's avatar boklm
Browse files

Bug 41036: Remove go_vendor-lyrebird-nightly makefile target

Since after #40948 we don't check lyrebird-vendor sha256sum in nightly,
we don't need to use the `go_vendor-lyrebird-nightly` makefile target
anymore.
parent 226e45d9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -649,9 +649,6 @@ go_vendor-webtunnel-alpha: submodule-update
go_vendor-lyrebird-alpha: submodule-update
	$(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64

go_vendor-lyrebird-nightly: submodule-update
	$(rbm) build lyrebird --step go_vendor --target nightly --target torbrowser-linux-x86_64


#############
# rcodesign #