mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Revert "Check if the license server is available for armcc"
This reverts commit 55c4fa4f41
.
After discussion, We decided not to check the availability
of the license server for the impacts on CI and user usages.
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
@ -3506,11 +3506,9 @@ component_build_armcc () {
|
|||||||
armc6_build_test "-O1 --target=aarch64-arm-none-eabi -march=armv8.2-a+crypto"
|
armc6_build_test "-O1 --target=aarch64-arm-none-eabi -march=armv8.2-a+crypto"
|
||||||
}
|
}
|
||||||
support_build_armcc () {
|
support_build_armcc () {
|
||||||
armc5_cc="$ARMC5_BIN_DIR/armcc"
|
arm5_cc="$ARMC5_BIN_DIR/armcc"
|
||||||
armc6_cc="$ARMC6_BIN_DIR/armclang"
|
arm6_cc="$ARMC6_BIN_DIR/armclang"
|
||||||
# check if Arm Compiler is installed and license server is available.
|
`check_tools "$arm5_cc" "$arm6_cc" > /dev/null 2>&1`
|
||||||
("$armc5_cc" --help > /dev/null 2>&1) && \
|
|
||||||
("$armc6_cc" --help > /dev/null 2>&1)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_tls13_only () {
|
component_test_tls13_only () {
|
||||||
|
Reference in New Issue
Block a user