mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-04-04 15:55:23 +00:00 
			
		
		
		
	support specifying custom rocksb version per github action
This commit is contained in:
		
							parent
							
								
									c5404eda7f
								
							
						
					
					
						commit
						2029fbb2bf
					
				
							
								
								
									
										2
									
								
								.github/scripts/install-rocksdb.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/install-rocksdb.sh
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,7 @@ git clone https://github.com/facebook/rocksdb.git /home/runner/rocksdb | |||||||
| 
 | 
 | ||||||
| cd /home/runner/rocksdb | cd /home/runner/rocksdb | ||||||
| 
 | 
 | ||||||
| git checkout v7.9.2 | git checkout "$ROCKSDB_VERSION" | ||||||
| 
 | 
 | ||||||
| # install rocksdb locally | # install rocksdb locally | ||||||
| sudo make -j $(nproc --all) install-shared | sudo make -j $(nproc --all) install-shared | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Levi Schoen
						Levi Schoen