Skip to content

Commit

Permalink
ddtrace wheel is already unpacked
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Jul 24, 2024
1 parent 7b3f92f commit 2f3a6bb
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .gitlab/prepare-oci-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,7 @@ if [ "$ARCH" = "arm64" ]; then
WHEEL_ARCH="aarch64"
fi

cp -r ../pywheels-dep/site-packages* $BUILD_DIR/ddtrace_pkgs # from dependencies

../.gitlab/unpack_wheels.py \
--python-version=3.12 \
--python-version=3.11 \
--python-version=3.10 \
--python-version=3.9 \
--python-version=3.8 \
--python-version=3.7 \
--arch=$WHEEL_ARCH \
--platform=musllinux_1_1 \
--platform=manylinux2014 \
--input-dir=../pywheels \
--output-dir=$BUILD_DIR/ddtrace_pkgs \
--verbose
cp -r ../pywheels-dep/site-packages* $BUILD_DIR/ddtrace_pkgs

cp ../lib-injection/sitecustomize.py $BUILD_DIR/
cp ../min_compatible_versions.csv $BUILD_DIR/
Expand Down

0 comments on commit 2f3a6bb

Please sign in to comment.