mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 14:14:56 +00:00 
			
		
		
		
	linux-fresh: Use boost 1.79.0 instead
Initial testing has uncovered that boost 1.81.0 may have been the source of some issues, reverting this for now.
This commit is contained in:
		
							parent
							
								
									8656368e61
								
							
						
					
					
						commit
						af31bf0603
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
FROM ubuntu:20.04
 | 
			
		||||
LABEL maintainer="yuzu"
 | 
			
		||||
 | 
			
		||||
ENV BOOST_VER=1_81_0
 | 
			
		||||
ENV BOOST_VER=1_79_0
 | 
			
		||||
ENV CLANG_VER=14
 | 
			
		||||
ENV CMAKE_VER=3.22.6
 | 
			
		||||
ENV DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue