Remove valgrind build step on CI for now
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										30
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -30,20 +30,20 @@ steps: | |||||||
|       - ./ArbutilsTests -s --duration=true --force-colors=true |       - ./ArbutilsTests -s --duration=true --force-colors=true | ||||||
|     depends_on: |     depends_on: | ||||||
|       - test-debug-linux |       - test-debug-linux | ||||||
|   - name: test-release-linux_valgrind | #  - name: test-release-linux_valgrind | ||||||
|     image: deukhoofd/linux64builder | #    image: deukhoofd/linux64builder | ||||||
|     environment: | #    environment: | ||||||
|       CC: /usr/bin/clang | #      CC: /usr/bin/clang | ||||||
|       CXX: /usr/bin/clang++ | #      CXX: /usr/bin/clang++ | ||||||
|       CMAKE_RANLIB: /usr/bin/llvm-ranlib | #      CMAKE_RANLIB: /usr/bin/llvm-ranlib | ||||||
|       CMAKE_AR: /usr/bin/llvm-ar | #      CMAKE_AR: /usr/bin/llvm-ar | ||||||
|     commands: | #    commands: | ||||||
|       - cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release_valgrind -DSTATICC=ON -DARBUTILS_TESTS=ON -DSANITIZER_TESTS=OFF | #      - cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release_valgrind -DSTATICC=ON -DARBUTILS_TESTS=ON -DSANITIZER_TESTS=OFF | ||||||
|       - cmake --build build-release_valgrind --target all -- -j 4 | #      - cmake --build build-release_valgrind --target all -- -j 4 | ||||||
|       - cd build-release_valgrind | #      - cd build-release_valgrind | ||||||
|       - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests | #      - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./ArbutilsTests | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - test-release-linux | #      - test-release-linux | ||||||
|   - name: test-release-windows |   - name: test-release-windows | ||||||
|     image: deukhoofd/windowsbuilder |     image: deukhoofd/windowsbuilder | ||||||
|     commands: |     commands: | ||||||
| @@ -78,6 +78,6 @@ volumes: | |||||||
|       path: /home/docs/Arbutils |       path: /home/docs/Arbutils | ||||||
| --- | --- | ||||||
| kind: signature | kind: signature | ||||||
| hmac: 8cd9f2cca97c22b86e4eefc0eb28b80fd3efa7f4aa923368d3a648648d38502b | hmac: 7dfc9693e03ee0e201da42871b0f32e994f9a457852b65dfcb46b56f4531b084 | ||||||
|  |  | ||||||
| ... | ... | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user