Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 31, 2025
1 parent cfe6d6d commit ee58e28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/internal_ci/macos/grpc_distribtests_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ cd $(dirname $0)/../../..
export PREPARE_BUILD_INSTALL_DEPS_PHP=true
source tools/internal_ci/helper_scripts/prepare_build_macos_rc

if [ -f ./generate_artifacts.sh ]; then
./generate_artifacts.sh
fi

# Build all PHP macos artifacts
tools/run_tests/task_runner.py -f artifact macos php ${TASK_RUNNER_EXTRA_FILTERS} -j 4 -x build_artifacts/sponge_log.xml || FAILED="true"

Expand Down

0 comments on commit ee58e28

Please sign in to comment.