tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

build-clang-tidy-external.sh (330B)


      1 #!/bin/bash
      2 set -x
      3 
      4 # # Delete the external directory
      5 rm -rf $GECKO_PATH/build/clang-plugin/external/*
      6 
      7 # Move external repository into its place
      8 cp -r $MOZ_FETCHES_DIR/civet.git/* $GECKO_PATH/build/clang-plugin/external
      9 
     10 # Call build-clang.sh with this script's arguments
     11 $GECKO_PATH/taskcluster/scripts/misc/build-clang.sh "$@"