Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions scripts/arm32_ci_script.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

# The following script is not executed temporarily to confirm normal operation of netci.groovy.
# Will be enabled ASAP.
exit 0

#Usage message
function usage {
echo 'ARM Emulator Cross Build Script'
Expand Down Expand Up @@ -216,7 +212,6 @@ function cross_build_core_setup_with_docker {
# Cross building core-setup with rootfs in Docker
__buildCmd="./build.sh --env-vars DISABLE_CROSSGEN=1,TARGETPLATFORM=$__buildArch,TARGETRID=$__runtimeOS-$__buildArch,CROSS=1"
$__dockerCmd $__buildCmd
sudo chown -R $(id -u -n) ./bin
}

#Define script variables
Expand Down