Skip to content

Commit

Permalink
remove patch for bind9
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Mar 15, 2024
1 parent 0d1044a commit fcc4954
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
19 changes: 0 additions & 19 deletions tests/ci/integration/bind9_patch/bind-fix.patch

This file was deleted.

9 changes: 0 additions & 9 deletions tests/ci/integration/run_bind9_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ function bind9_build() {
make -j ${NUM_CPU_THREADS} -k all
}

# TODO: Remove this when we make an upstream contribution.
function bind9_patch() {
for patchfile in $(find -L "${BIND9_PATCH_FOLDER}" -type f -name '*.patch'); do
echo "Apply patch $patchfile..."
patch -p1 --quiet -i "$patchfile"
done
}

function bind9_run_tests() {
make -j ${NUM_CPU_THREADS} check
}
Expand All @@ -60,7 +52,6 @@ export LD_LIBRARY_PATH="${AWS_LC_INSTALL_FOLDER}/lib"
# Build bind9 from source.
pushd ${BIND9_SRC_FOLDER}

bind9_patch
bind9_build
bind9_run_tests

Expand Down

0 comments on commit fcc4954

Please sign in to comment.