1
0
Fork 0
firefox/taskcluster/scripts/misc/build-clang-tidy-external.sh
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
330 B
Bash
Executable file

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