mirror of
https://github.com/octoleo/restic.git
synced 2024-11-10 15:21:03 +00:00
Merge pull request #4100 from klemensn/tag-self-update
Reinstate selfupdate tag to make builds without self-update work
This commit is contained in:
commit
bcae28afb4
9
changelog/unreleased/pull-4100
Normal file
9
changelog/unreleased/pull-4100
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Bugfix: Restore self-update to disabled-by-default
|
||||||
|
|
||||||
|
Due to a typo, the `self-update` feature was always compiled, even if the
|
||||||
|
`selfupdate` tag was not explicitly enabled.
|
||||||
|
|
||||||
|
As intended, it is now disabled by default.
|
||||||
|
Official builds using `build.go` continue to explicitly enable it.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/pull/4100
|
@ -1,4 +1,4 @@
|
|||||||
// xbuild selfupdate
|
//go:build selfupdate
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user