[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] 2 commits: Bug 41036: Remove go_vendor-lyrebird-nightly makefile target



Title: GitLab

boklm pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build

Commits:

  • f3939e09
    by Nicolas Vigier at 2023-12-05T16:44:03+01:00
    Bug 41036: Remove go_vendor-lyrebird-nightly makefile target
    
    Since after #40948 we don't check lyrebird-vendor sha256sum in nightly,
    we don't need to use the `go_vendor-lyrebird-nightly` makefile target
    anymore.
    
  • 38fc8374
    by Nicolas Vigier at 2023-12-05T16:46:01+01:00
    Bug 41036: Rename go_vendor-$project-alpha make targets to go_vendor-$project
    
    Since we don't have a `-nightly` target anymore, we don't need to keep
    `-alpha` in the other targets.
    

2 changed files:

Changes:

  • Makefile
    ... ... @@ -631,21 +631,18 @@ cargo_vendor-application-services: submodule-update
    631 631
     cargo_vendor-cbindgen: submodule-update
    
    632 632
     	$(rbm) build cbindgen --step cargo_vendor --target alpha --target torbrowser-linux-x86_64
    
    633 633
     
    
    634
    -go_vendor-snowflake-alpha: submodule-update
    
    634
    +go_vendor-snowflake: submodule-update
    
    635 635
     	$(rbm) build snowflake --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    636 636
     
    
    637
    -go_vendor-conjure-alpha: submodule-update
    
    637
    +go_vendor-conjure: submodule-update
    
    638 638
     	$(rbm) build conjure --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    639 639
     
    
    640
    -go_vendor-webtunnel-alpha: submodule-update
    
    640
    +go_vendor-webtunnel: submodule-update
    
    641 641
     	$(rbm) build webtunnel --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    642 642
     
    
    643
    -go_vendor-lyrebird-alpha: submodule-update
    
    643
    +go_vendor-lyrebird: submodule-update
    
    644 644
     	$(rbm) build lyrebird --step go_vendor --target alpha --target torbrowser-linux-x86_64
    
    645 645
     
    
    646
    -go_vendor-lyrebird-nightly: submodule-update
    
    647
    -	$(rbm) build lyrebird --step go_vendor --target nightly --target torbrowser-linux-x86_64
    
    648
    -
    
    649 646
     
    
    650 647
     #############
    
    651 648
     # rcodesign #
    

  • doc/how-to-update-go-dependencies.txt
    ... ... @@ -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`
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits