mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Update FreeBSD CI images
* FreeBSD 12 is EoL. Drop it. * Use the latest FreeBSD 13 and 14 versions. * Add FreeBSD 15.0-CURRENT. * Use the current python version. Sponsored by: ConnectWise Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Alan Somers <asomers@gmail.com> Closes #17139
This commit is contained in:
		
							parent
							
								
									53cbf06d68
								
							
						
					
					
						commit
						91656b4e2a
					
				
							
								
								
									
										10
									
								
								.cirrus.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.cirrus.yml
									
									
									
									
									
								
							| @ -5,16 +5,16 @@ env: | ||||
| build_task: | ||||
|   matrix: | ||||
|     freebsd_instance: | ||||
|       image_family: freebsd-12-4 | ||||
|       image_family: freebsd-13-5 | ||||
|     freebsd_instance: | ||||
|       image_family: freebsd-13-2 | ||||
|       image_family: freebsd-14-2 | ||||
|     freebsd_instance: | ||||
|       image_family: freebsd-14-0-snap | ||||
|       image_family: freebsd-15-0-snap | ||||
|   prepare_script: | ||||
|     - pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py39-sysctl | ||||
|     - pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py311-packaging py311-cffi py311-sysctl | ||||
|   configure_script: | ||||
|     - env MAKE=gmake ./autogen.sh | ||||
|     - env MAKE=gmake ./configure --with-config="user" --with-python=3.9 | ||||
|     - env MAKE=gmake ./configure --with-config="user" --with-python=3.11 | ||||
|   build_script: | ||||
|     - gmake -j `sysctl -n kern.smp.cpus` | ||||
|   install_script: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Alan Somers
						Alan Somers