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 7c90dd3 commit b3d9bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/helper_scripts/prepare_build_linux_rc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

git submodule update --init

python3 -m pip install six Mako
python3 -m pip install six

# Allows the test driver to spin up a GDB subprocess and have it attach to
# another subprocess of the test driver.
Expand Down
2 changes: 0 additions & 2 deletions tools/run_tests/artifacts/build_artifact_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ set -ex

cd "$(dirname "$0")/../../.."

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

mkdir -p "${ARTIFACTS_OUT}"

# Build the PHP extension archive (this just zips all the files up)
Expand Down

0 comments on commit b3d9bd2

Please sign in to comment.