Remove iPhoneSimulator from Travis allowed failures

This commit is contained in:
Jeffrey Walton 2018-08-03 05:44:30 -04:00
parent eca0458d03
commit 81a5429e56
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 7 deletions

View File

@ -147,11 +147,6 @@ matrix:
- BUILD_OS=linux
- BUILD_MODE=android
- PLATFORM=mipsel64
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=iPhoneSimulator
before_install:
- |

View File

@ -31,8 +31,8 @@
# define MASM_RDSEED_ASM_AVAILABLE 1
# endif
# if (__SUNPRO_CC >= 0x5100) || (CRYPTOPP_GCC_VERSION >= 30200) || \
(CRYPTOPP_CLANG_VERSION >= 20800) || (CRYPTOPP_APPLE_CLANG_VERSION >= 30000)
# if (__SUNPRO_CC >= 0x5100) || (CRYPTOPP_APPLE_CLANG_VERSION >= 30000) || \
(CRYPTOPP_CLANG_VERSION >= 20800) || (CRYPTOPP_GCC_VERSION >= 30200)
# define GCC_RDRAND_ASM_AVAILABLE 1
# define GCC_RDSEED_ASM_AVAILABLE 1
# endif