From a4673c90c188540f9975e39031511e011c640b39 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 5 Feb 2025 18:24:41 -0500 Subject: [PATCH] Move to c++17 --- cicd_testing/do-build.sh | 8 ++++---- cicd_testing/starstest.sh | 4 ++-- cicd_testing/starstest2.sh | 4 ++-- cicd_testing/xform-ls.sh | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh index 3bd52cfc..92ece5a2 100755 --- a/cicd_testing/do-build.sh +++ b/cicd_testing/do-build.sh @@ -11,10 +11,10 @@ main() git submodule update --recursive --init # install IDA - cicd_setup_module_dependency allzp/idapro71.git idapro71 - export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71 - cicd_setup_module_dependency allzp/idapro71_sdk.git idapro71_sdk - export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk + cicd_setup_module_dependency allzp/idapro8282sp1py3git idapro82sp1py3 + export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3 + cicd_setup_module_dependency allzp/idapro82_sdk.git idapro82_sdk + export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk # gather info for debugging later, probably not necessary diff --git a/cicd_testing/starstest.sh b/cicd_testing/starstest.sh index 60a85d92..1a488190 100755 --- a/cicd_testing/starstest.sh +++ b/cicd_testing/starstest.sh @@ -46,8 +46,8 @@ function main() set -x cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella - export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71 - export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk + export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3 + export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk source set_env_vars mkdir -p /tmp/stars_test diff --git a/cicd_testing/starstest2.sh b/cicd_testing/starstest2.sh index a8139d1e..6c6cafcd 100755 --- a/cicd_testing/starstest2.sh +++ b/cicd_testing/starstest2.sh @@ -48,8 +48,8 @@ function main() set -x cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella - export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71 - export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk + export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3 + export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk source set_env_vars mkdir -p /tmp/stars_test diff --git a/cicd_testing/xform-ls.sh b/cicd_testing/xform-ls.sh index bb3fc6be..d95b0ee3 100755 --- a/cicd_testing/xform-ls.sh +++ b/cicd_testing/xform-ls.sh @@ -3,8 +3,8 @@ set -e set -x cd $CICD_MODULE_WORK_DIR/cicd_stars_umbrella -export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71 -export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk +export IDAROOT=$CICD_MODULE_WORK_DIR/idapro82sp1py3 +export IDASDK=$CICD_MODULE_WORK_DIR/idapro82_sdk source set_env_vars mkdir -p /tmp/stars_test cd /tmp/stars_test -- GitLab