Skip to content
Snippets Groups Projects
Commit 79e09fa9 authored by Oz Linden's avatar Oz Linden
Browse files

big hammer hack to get past additional packaging problem for Linux

parent 910edc7b
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,13 @@ fi ...@@ -206,6 +206,13 @@ fi
# load autobuild provided shell functions and variables # load autobuild provided shell functions and variables
eval "$("$autobuild" source_environment)" eval "$("$autobuild" source_environment)"
if [ "$arch" = "Linux" ]
then
## something about the additional_packages mechanism messes up buildscripts results.py
## since we don't care about those packages on Linux, just zero it out, yes - a HACK
export additional_packages=""
fi
# dump environment variables for debugging # dump environment variables for debugging
begin_section "Environment" begin_section "Environment"
env|sort env|sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment