-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.28] Drop armcc5 support in all.sh #9736
Conversation
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I've checked locally that ARMC5_BIN_DIR=/none ARMC6_BIN_DIR=~/Packages/ARMCompiler6.6/bin ./tests/scripts/all.sh build_armcc
is doing the expected builds.
@@ -78,10 +78,6 @@ print_version "cmake" "--version" "" "head -n 1" | |||
echo | |||
|
|||
if [ "${RUN_ARMCC:-1}" -ne 0 ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor: it still says “armcc” in a comment near the top of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
89c68e2
Description
It is my understanding that with the migration to a new license scheme in the CI, we are loosing support for armcc5. Since this is a legacy version, we can just stop testing with it.
PR checklist