Loading Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -631,16 +631,16 @@ cargo_vendor-application-services: submodule-update cargo_vendor-cbindgen: submodule-update $(rbm) build cbindgen --step cargo_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-snowflake-alpha: submodule-update go_vendor-snowflake: submodule-update $(rbm) build snowflake --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-conjure-alpha: submodule-update go_vendor-conjure: submodule-update $(rbm) build conjure --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-webtunnel-alpha: submodule-update go_vendor-webtunnel: submodule-update $(rbm) build webtunnel --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-lyrebird-alpha: submodule-update go_vendor-lyrebird: submodule-update $(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64 Loading doc/how-to-update-go-dependencies.txt +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ When the dependencies of a go project ($project in the following lines) are changing: - the go.mod and go.sum files in $project.git are updated - in tor-browser-build, run `make go_vendor-$project-alpha` or `make go_vendor-$project-nightly` - in tor-browser-build, run `make go_vendor-$project` - find the new file created in directory `out/$project/go_vendor` and compute its sha256sum - in `projects/$project/config`, update `norec/sha256sum` for `go_vendor` Loading Loading
Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -631,16 +631,16 @@ cargo_vendor-application-services: submodule-update cargo_vendor-cbindgen: submodule-update $(rbm) build cbindgen --step cargo_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-snowflake-alpha: submodule-update go_vendor-snowflake: submodule-update $(rbm) build snowflake --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-conjure-alpha: submodule-update go_vendor-conjure: submodule-update $(rbm) build conjure --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-webtunnel-alpha: submodule-update go_vendor-webtunnel: submodule-update $(rbm) build webtunnel --step go_vendor --target alpha --target torbrowser-linux-x86_64 go_vendor-lyrebird-alpha: submodule-update go_vendor-lyrebird: submodule-update $(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64 Loading
doc/how-to-update-go-dependencies.txt +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ When the dependencies of a go project ($project in the following lines) are changing: - the go.mod and go.sum files in $project.git are updated - in tor-browser-build, run `make go_vendor-$project-alpha` or `make go_vendor-$project-nightly` - in tor-browser-build, run `make go_vendor-$project` - find the new file created in directory `out/$project/go_vendor` and compute its sha256sum - in `projects/$project/config`, update `norec/sha256sum` for `go_vendor` Loading