mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Fix build failures for logger component on host platform * Add climits header * Restore logger functionality on host * Install libsodium in ci
This commit is contained in:
		
							
								
								
									
										1
									
								
								tests/components/debug/test.host.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								tests/components/debug/test.host.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| debug: | ||||
							
								
								
									
										18
									
								
								tests/test_build_components/build_components_base.host.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/test_build_components/build_components_base.host.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| esphome: | ||||
|   name: componenttesthost | ||||
|   friendly_name: $component_name | ||||
|  | ||||
| host: | ||||
|   mac_address: "62:23:45:AF:B3:DD" | ||||
|  | ||||
| logger: | ||||
|   level: VERY_VERBOSE | ||||
|  | ||||
| packages: | ||||
|   component_under_test: !include | ||||
|     file: $component_test_file | ||||
|     vars: | ||||
|       component_name: $component_name | ||||
|       test_name: $test_name | ||||
|       target_platform: $target_platform | ||||
|       component_test_file: $component_test_file | ||||
		Reference in New Issue
	
	Block a user