Skip to content
Snippets Groups Projects
Commit 3c9192f2 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Update to handle refactoring of move_globals

parent f0f340ba
No related branches found
No related tags found
No related merge requests found
Pipeline #3788 failed
......@@ -23,14 +23,10 @@ fi
cd zipr_umbrella
./build-all.sh $build_all_flags || exit
cd $ZAFL_HOME
cd tools
scons $SCONSDEBUG -j 3 || exit
cd $ZAFL_HOME/move_globals
scons $SCONSDEBUG -j 3 || exit
cd $ZAFL_HOME/libzafl
scons || exit
cp lib/* $ZEST_RUNTIME/lib64/ || exit
......
......@@ -9,11 +9,6 @@ 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.
# skip pedi cleanup if we are part of a larger project, as future builds
......
......@@ -5,7 +5,5 @@ 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
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