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

Commits:

1 changed file:

Changes:

  • Makefile
    ... ... @@ -396,6 +396,11 @@ basebrowser-testbuild-macos-aarch64: submodule-update
    396 396
     basebrowser-testbuild-src: submodule-update
    
    397 397
     	$(rbm) build release --target testbuild --target browser-src-testbuild --target basebrowser
    
    398 398
     
    
    399
    +basebrowser-incrementals-nightly: submodule-update
    
    400
    +	$(rbm) build release --step update_responses_config --target nightly --target basebrowser
    
    401
    +	NO_CODESIGNATURE=1 tools/update-responses/gen_incrementals nightly
    
    402
    +	$(rbm) build release --step hash_incrementals --target nightly --target basebrowser
    
    403
    +
    
    399 404
     
    
    400 405
     ###########################
    
    401 406
     # Privacy Browser Targets #