Skip to content
Snippets Groups Projects
Commit d0cd03e9 authored by Cecylia Bocovich's avatar Cecylia Bocovich Committed by Richard Pospesel
Browse files

Bug 40629: Bump snowflake version to 9ce1de4eee4e

Requires a new project for the refraction-networking branch of utls.
parent f3a70607
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ build: '[% c("projects/go/var/build_go_lib") %]'
var:
go_lib: golang.org/x/text
go_lib_install:
- golang.org/x/text
- golang.org/x/text/secure/bidirule
input_files:
- project: container-image
......
# vim: filetype=yaml sw=2
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'
build: '[% c("projects/go/var/build_go_lib") %]'
var:
container:
use_container: 1
go_lib: github.com/refraction-networking/utls
go_lib_deps:
- goxcrypto
input_files:
- project: container-image
- name: go
project: go
- name: goxcrypto
project: goxcrypto
......@@ -16,6 +16,7 @@ tar -C /var/tmp/dist -xf [% c('input_files_by_name/goptlib') %]
tar -C /var/tmp/dist -xf [% c('input_files_by_name/pion-webrtc') %]
tar -C /var/tmp/dist -xf [% c('input_files_by_name/kcp-go') %]
tar -C /var/tmp/dist -xf [% c('input_files_by_name/smux') %]
tar -C /var/tmp/dist -xf [% c('input_files_by_name/refraction-utls') %]
mkdir -p /var/tmp/build
tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
......
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
git_hash: 01ae5b56e8399d29aa18605dc9add913d84dc553
git_hash: 9ce1de4eee4e23c918c7c5e96666ff5c6ddc654e
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
container:
......@@ -21,6 +21,8 @@ input_files:
project: kcp-go
- name: smux
project: smux
- name: refraction-utls
project: refraction-utls
- name: '[% c("var/compiler") %]'
project: '[% c("var/compiler") %]'
enable: '[% c("var/android") %]'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment