mirror of
https://github.com/rocky-linux/peridot.git
synced 2025-01-05 00:30:55 +00:00
12 lines
186 B
Bash
Executable file
12 lines
186 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
|
|
source hack/bazel_setup.sh
|
|
|
|
hack/get_impacted_targets.sh
|
|
|
|
return_if_impacted_targets_empty
|
|
|
|
# Build impacted targets
|
|
hack/build_impacted_frontend.sh
|