mirror of https://github.com/restic/restic.git
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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue