fix(fuzz): Make sanitizer flags optional
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/pre-commit.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pre-commit.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,6 +38,8 @@ jobs: | ||||
|  | ||||
|     - name: Build Fuzzer | ||||
|       run: | | ||||
|         export CC=clang | ||||
|         export CXX=clang++ | ||||
|         fuzz_harness=$(ls -d test/fuzz/device/*/) | ||||
|         for h in $fuzz_harness | ||||
|         do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nathaniel Brough
					Nathaniel Brough