summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index c6fcee0..5138e00 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -221,7 +221,7 @@ print_error_pfS() {
prestage_on_ram_setup() {
# Do not use memory disks for release build
- if [ -n "${_IS_RELEASE}" ]; then
+ if [ -n "${_IS_RELEASE}" -o -n "${_IS_RC}" ]; then
return
fi
OpenPOWER on IntegriCloud