|  | @@ -2474,7 +2474,7 @@ cache:
 | 
											
												
													
														|  |    - $HOME/third-party
 |  |    - $HOME/third-party
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  matrix:
 |  |  matrix:
 | 
											
												
													
														|  | -  fast_finish: true
 |  | 
 | 
											
												
													
														|  | 
 |  | +  fast_finish: false
 | 
											
												
													
														|  |    exclude:
 |  |    exclude:
 | 
											
												
													
														|  |      # Exclude GCC from OS X builds because it's actually clang so it's just duplicate builds
 |  |      # Exclude GCC from OS X builds because it's actually clang so it's just duplicate builds
 | 
											
												
													
														|  |      - os: osx
 |  |      - os: osx
 | 
											
										
											
												
													
														|  | @@ -2482,6 +2482,8 @@ matrix:
 | 
											
												
													
														|  |      # Exclude Linux from MACOSX_PACKAGE builds
 |  |      # Exclude Linux from MACOSX_PACKAGE builds
 | 
											
												
													
														|  |      - os: linux
 |  |      - os: linux
 | 
											
												
													
														|  |        env: MACOSX_PACKAGE=1
 |  |        env: MACOSX_PACKAGE=1
 | 
											
												
													
														|  | 
 |  | +  allow_failures:
 | 
											
												
													
														|  | 
 |  | +    - os: osx
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  script:
 |  |  script:
 | 
											
												
													
														|  |    - if [ "${MACOSX_PACKAGE}" == "1" ]; then
 |  |    - if [ "${MACOSX_PACKAGE}" == "1" ]; then
 |