Skip to content
Snippets Groups Projects
Commit 37a8c294 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added move-globals and updated build scripts

parent a3d56ef9
No related branches found
No related tags found
No related merge requests found
Pipeline #3412 failed
......@@ -5,3 +5,6 @@
[submodule "zfuzz/libzafl"]
path = libzafl
url = git@git.zephyr-software.com:opensrc/libzafl.git
[submodule "move_globals"]
path = move_globals
url = git@git.zephyr-software.com:allnp/move_globals.git
......@@ -28,13 +28,16 @@ cd $ZAFL_HOME
cd tools
scons $SCONSDEBUG -j 3 || exit
cd $ZAFL_HOME
$PEDI_HOME/pedi -m manifest.txt || exit
cd $ZAFL_HOME/move_globals
scons $SCONSDEBUG -j 3 || exit
cd $ZAFL_HOME/libzafl
scons || exit
cp lib/* $ZEST_RUNTIME/lib64/ || exit
cd $ZAFL_HOME
$PEDI_HOME/pedi -m manifest.txt || exit
cd $ZAFL_HOME
echo "ZAFL Overall build complete."
......
......@@ -9,6 +9,10 @@ scons -c
cd $ZAFL_HOME/tools
scons -c
cd $ZAFL_HOME/move_globals
scons -c
# clean up installation if this module is the root of the install.
......
......@@ -5,5 +5,7 @@ submanifest zipr_umbrella/manifest.txt
file set_env_vars zafl
file set_env_vars zafl
file get-packages.sh zafl
file move_globals/set_env_vars zafl
directory move_globals/plugins_install zafl
directory bin zafl
directory zafl_plugins zafl
Subproject commit 34db6e6f2dc8397bc2af64fa8325366907c1dd90
......@@ -15,6 +15,9 @@ export DAFFY_HOME
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ZAFL_HOME/zest_runtime/lib
cd $ZAFL_HOME/move_globals
source set_env_vars
cd $ZAFL_HOME
export PATH=$PATH:$ZAFL_HOME/bin
......
Subproject commit bc85c2c766fd7a490e5e6001e1e56166c0c2a95f
Subproject commit 6ad3ad5693a626b35fc20c5090adc523d69384d7
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