Skip to content
Snippets Groups Projects
Commit 4c89204f authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

dont strip symbols in experimental and development

parent 1ecd776c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -218,7 +218,7 @@ ubuntu1604_test_x86_64:
- $INSTALL_DIR/bin/TestFramework
- if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";$INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- scripts/strip_symbols.sh $INSTALL_DIR
- if [ $CI_COMMIT_REF_NAME == "master" ];then scripts/strip_symbols.sh $INSTALL_DIR;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- tar cfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos chaos-distrib
artifacts:
......@@ -245,7 +245,7 @@ build_i686_static_linux26:
- cd chaosframework;export CHAOS_LIB_HASH=`git log -n 1 --pretty="%h"`;cd -;
- cmake -DCHAOS_VERSION_MAJOR="$CI_COMMIT_REF_NAME.$CHAOS_LIB_HASH" -DCHAOS_VERSION_MINOR="CI_JOB_STAGE.$CI_COMMIT_SHA" . -DCHAOS_STATIC=ON -DCHAOS_BUILD_ID=${CI_PIPELINE_ID} -DCHAOS_TARGET=i686-linux26 -DCHAOS_CDS=OFF -DCHAOS_MDS=OFF -DCHAOS_WAN=OFF -DCHAOS_EXAMPLES=OFF -DCHAOS_ENABLE_C11=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR |& tee $INSTALL_DIR/bundle.configuration.log
- make -j 4 install |& tee $INSTALL_DIR/bundle.compilation.log
- i686-nptl-linux-gnu-strip `find $INSTALL_DIR/bin/ -type f`
- if [ $CI_COMMIT_REF_NAME == "master" ];then i686-nptl-linux-gnu-strip `find $INSTALL_DIR/bin/ -type f`;fi
- i686-nptl-linux-gnu-strip `find $INSTALL_DIR/lib/ -name "*.a" -type f`
- tar cfz $DISTRIB_NAME.tar.gz -C $INSTALL_DIR/.. $DISTRIB_NAME
artifacts:
......@@ -317,7 +317,7 @@ ubuntu1604_test_x86_64:
- $INSTALL_DIR/bin/TestFramework
- if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";$INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- scripts/strip_symbols.sh $INSTALL_DIR
- if [ $CI_COMMIT_REF_NAME == "master" ];then scripts/strip_symbols.sh $INSTALL_DIR;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- tar cfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos chaos-distrib
artifacts:
......@@ -354,7 +354,7 @@ ubuntu1404_test_x86_64:
- $INSTALL_DIR/bin/TestFramework
- if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";$INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- scripts/strip_symbols.sh $INSTALL_DIR
- if [ $CI_COMMIT_REF_NAME == "master" ];then scripts/strip_symbols.sh $INSTALL_DIR;fi
- $INSTALL_DIR/tools/chaos_services.sh stop
- tar cfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos chaos-distrib
artifacts:
......
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