The contents of either global_env or local_env might affect
the behavior of the build, so no command should be executed
before loading them both.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
jobs/perl-makemaker.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/perl-makemaker.yaml b/jobs/perl-makemaker.yaml
index 84b368e..065b38e 100644
--- a/jobs/perl-makemaker.yaml
+++ b/jobs/perl-makemaker.yaml
@@ -40,9 +40,9 @@
values: '{obj:machines}'
builders:
- shell: |
- perl Makefile.PL PREFIX="$VIRT_PREFIX"
{global_env}
{local_env}
+ perl Makefile.PL PREFIX="$VIRT_PREFIX"
$MAKE
$MAKE -j{smp} install
$MAKE -j{smp} manifest
--
2.17.0