boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
8e7cef63
by Nicolas Vigier at 2023-12-05T16:16:45+01:00
- 
db02c9d4
by Nicolas Vigier at 2023-12-05T16:32:00+01:00
2 changed files:
Changes:
| ... | ... | @@ -637,21 +637,18 @@ cargo_vendor-wasm-bindgen: submodule-update | 
| 637 | 637 |  cargo_vendor-lox: submodule-update
 | 
| 638 | 638 |  	$(rbm) build lox-wasm --step cargo_vendor --target alpha --target torbrowser-linux-x86_64
 | 
| 639 | 639 | |
| 640 | -go_vendor-snowflake-alpha: submodule-update
 | |
| 640 | +go_vendor-snowflake: submodule-update
 | |
| 641 | 641 |  	$(rbm) build snowflake --step go_vendor --target alpha --target torbrowser-linux-x86_64
 | 
| 642 | 642 | |
| 643 | -go_vendor-conjure-alpha: submodule-update
 | |
| 643 | +go_vendor-conjure: submodule-update
 | |
| 644 | 644 |  	$(rbm) build conjure --step go_vendor --target alpha --target torbrowser-linux-x86_64
 | 
| 645 | 645 | |
| 646 | -go_vendor-webtunnel-alpha: submodule-update
 | |
| 646 | +go_vendor-webtunnel: submodule-update
 | |
| 647 | 647 |  	$(rbm) build webtunnel --step go_vendor --target alpha --target torbrowser-linux-x86_64
 | 
| 648 | 648 | |
| 649 | -go_vendor-lyrebird-alpha: submodule-update
 | |
| 649 | +go_vendor-lyrebird: submodule-update
 | |
| 650 | 650 |  	$(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64
 | 
| 651 | 651 | |
| 652 | -go_vendor-lyrebird-nightly: submodule-update
 | |
| 653 | -	$(rbm) build lyrebird --step go_vendor --target nightly --target torbrowser-linux-x86_64
 | |
| 654 | - | |
| 655 | 652 | |
| 656 | 653 |  #############
 | 
| 657 | 654 |  # rcodesign #
 | 
| ... | ... | @@ -2,8 +2,7 @@ When the dependencies of a go project ($project in the following lines) | 
| 2 | 2 |  are changing:
 | 
| 3 | 3 | |
| 4 | 4 |  - the go.mod and go.sum files in $project.git are updated
 | 
| 5 | -- in tor-browser-build, run `make go_vendor-$project-alpha` or
 | |
| 6 | -  `make go_vendor-$project-nightly`
 | |
| 5 | +- in tor-browser-build, run `make go_vendor-$project`
 | |
| 7 | 6 |  - find the new file created in directory `out/$project/go_vendor` and
 | 
| 8 | 7 |    compute its sha256sum
 | 
| 9 | 8 |  - in `projects/$project/config`, update `norec/sha256sum` for `go_vendor`
 |