mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Update gtest version (#900)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/actions/restore_cache/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/restore_cache/action.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,7 +28,7 @@ runs:
 | 
			
		||||
      id: conan_hash
 | 
			
		||||
      shell: bash
 | 
			
		||||
      run: |
 | 
			
		||||
        conan info . -j info.json
 | 
			
		||||
        conan info . -j info.json -o clio:tests=True
 | 
			
		||||
        packages_info=$(cat info.json | jq '.[] | "\(.display_name): \(.id)"' | grep -v 'clio')
 | 
			
		||||
        echo "$packages_info"
 | 
			
		||||
        hash=$(echo "$packages_info" | shasum -a 256 | cut -d ' ' -f 1)
 | 
			
		||||
 
 | 
			
		||||
@@ -57,7 +57,7 @@ class Clio(ConanFile):
 | 
			
		||||
 | 
			
		||||
    def requirements(self):
 | 
			
		||||
        if self.options.tests:
 | 
			
		||||
            self.requires('gtest/1.13.0')
 | 
			
		||||
            self.requires('gtest/1.14.0')
 | 
			
		||||
 | 
			
		||||
    def configure(self):
 | 
			
		||||
        if self.settings.compiler == 'apple-clang':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user