mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
13 lines
186 B
Bash
Executable File
13 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
|