mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Make libffi version more flexible (#7734)
* Make libffi version more flexible Can not install on debian 12 Fixes #6036 * target v11 packaging on v12 install we are only targeting one version per debian / ubuntu channel. This should not present a problem
This commit is contained in:
		| @@ -35,7 +35,7 @@ dependencies: | |||||||
|   - gettext |   - gettext | ||||||
|   - nginx |   - nginx | ||||||
|   - jq |   - jq | ||||||
|   - libffi7 |   - "libffi7 | libffi8" | ||||||
| targets: | targets: | ||||||
|   ubuntu-20.04: true |   ubuntu-20.04: true | ||||||
|   debian-11: true |   debian-11: true | ||||||
|   | |||||||
| @@ -75,6 +75,7 @@ root_command() { | |||||||
|           ;; |           ;; | ||||||
|       "Debian GNU/Linux" | "debian gnu/linux" | Raspbian) |       "Debian GNU/Linux" | "debian gnu/linux" | Raspbian) | ||||||
|           if [[ $VER == "12" ]]; then |           if [[ $VER == "12" ]]; then | ||||||
|  |               DIST_VER="11" | ||||||
|               SUPPORTED=true |               SUPPORTED=true | ||||||
|           elif [[ $VER == "11" ]]; then |           elif [[ $VER == "11" ]]; then | ||||||
|               SUPPORTED=true |               SUPPORTED=true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user