This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 56cadcd fixup! Bug 40629: Bump snowflake version to 9ce1de4eee4e 56cadcd is described below
commit 56cadcd8f00119eaacbecfa6f9c0329e93f5b875 Author: Richard Pospesel richard@torproject.org AuthorDate: Fri Oct 7 19:13:12 2022 +0000
fixup! Bug 40629: Bump snowflake version to 9ce1de4eee4e
Moved use_container declaration out of /var and into / for new refaction-utls project --- projects/refraction-utls/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/refraction-utls/config b/projects/refraction-utls/config index e6974b4..c354437 100644 --- a/projects/refraction-utls/config +++ b/projects/refraction-utls/config @@ -3,12 +3,12 @@ version: '[% c("abbrev") %]' git_url: https://github.com/refraction-networking/utls git_hash: 0b2885c8c0d4467cfe98136748a9d011d0b8fff0 #v1.0.0 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' +container: + use_container: 1
build: '[% c("projects/go/var/build_go_lib") %]'
var: - container: - use_container: 1 go_lib: github.com/refraction-networking/utls go_lib_deps: - goxcrypto