aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/build_x86_64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/build_x86_64.sh')
-rwxr-xr-xscripts/ci/build_x86_64.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/ci/build_x86_64.sh b/scripts/ci/build_x86_64.sh
index b9b170659..2ed2e005a 100755
--- a/scripts/ci/build_x86_64.sh
+++ b/scripts/ci/build_x86_64.sh
@@ -12,14 +12,3 @@ cd "$(dirname "$0")"/../..
${CONF}
make -j 8
-
-echo 1000 | tee /proc/sys/vm/nr_hugepages
-mkdir -p /mnt/huge
-mount -t hugetlbfs nodev /mnt/huge
-
-# Ignore possible failures there because these tests depends on measurements
-# and systems might differ in performance.
-export CI="true"
-make check
-
-umount /mnt/huge