Merge branch 'noreg' into 'master'
ci: Use bookworm image See merge request World/Phosh/squeekboard!510
This commit is contained in:
		@ -1,4 +1,4 @@
 | 
				
			|||||||
image: debian:bullseye
 | 
					image: $CI_REGISTRY/world/phosh/phosh/debian:v0.0.20211208
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
  - build
 | 
					  - build
 | 
				
			||||||
@ -6,10 +6,7 @@ stages:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - apt-get -y update
 | 
					  - apt-get -y update
 | 
				
			||||||
  - apt-get -y install wget ca-certificates gnupg
 | 
					  - apt-get -y install ca-certificates
 | 
				
			||||||
  - echo "deb [trusted=yes] http://ci.puri.sm/ bullseyeci main" > /etc/apt/sources.list.d/ci.list
 | 
					 | 
				
			||||||
  - wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
 | 
					 | 
				
			||||||
  - apt-get -y update
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_docs:
 | 
					build_docs:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
@ -56,6 +53,7 @@ build_deb:
 | 
				
			|||||||
    - cp ../*.deb .
 | 
					    - cp ../*.deb .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_deb:arm64:
 | 
					build_deb:arm64:
 | 
				
			||||||
 | 
					  image: debian:bookworm
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - aarch64
 | 
					    - aarch64
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,6 @@
 | 
				
			|||||||
# Dependencies which change based on build flags
 | 
					# Dependencies which change based on build flags
 | 
				
			||||||
bitflags = "1.2.*"
 | 
					bitflags = "1.2.*"
 | 
				
			||||||
clap = { version = "2.33.*", default-features = false }
 | 
					clap = { version = "2.33.*", default-features = false }
 | 
				
			||||||
regex = { version = "1.3.*", default-features = false, features = ["std", "unicode-case"] }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.cairo-rs]
 | 
					[dependencies.cairo-rs]
 | 
				
			||||||
version = "0.7.*"
 | 
					version = "0.7.*"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,6 @@
 | 
				
			|||||||
# Dependencies which change based on build flags
 | 
					# Dependencies which change based on build flags
 | 
				
			||||||
bitflags = "1.0.*"
 | 
					bitflags = "1.0.*"
 | 
				
			||||||
clap = { version = "2.32.*", default-features = false }
 | 
					clap = { version = "2.32.*", default-features = false }
 | 
				
			||||||
regex = { version = "1.1.*", default-features = false, features = ['use_std'] }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.cairo-rs]
 | 
					[dependencies.cairo-rs]
 | 
				
			||||||
version = "0.5.*"
 | 
					version = "0.5.*"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@ -20,7 +20,6 @@ Build-Depends:
 | 
				
			|||||||
 librust-gtk+v3-22-dev (>= 0.5),
 | 
					 librust-gtk+v3-22-dev (>= 0.5),
 | 
				
			||||||
 librust-gtk-sys-dev,
 | 
					 librust-gtk-sys-dev,
 | 
				
			||||||
 librust-maplit-1-dev (>= 1.0),
 | 
					 librust-maplit-1-dev (>= 1.0),
 | 
				
			||||||
 librust-regex-1-dev (>= 1.1),
 | 
					 | 
				
			||||||
 librust-serde-derive-1-dev (>= 1.0),
 | 
					 librust-serde-derive-1-dev (>= 1.0),
 | 
				
			||||||
 librust-serde-yaml-0.8-dev (>= 0.8),
 | 
					 librust-serde-yaml-0.8-dev (>= 0.8),
 | 
				
			||||||
 librust-xkbcommon-0.4+wayland-dev (>= 0.4),
 | 
					 librust-xkbcommon-0.4+wayland-dev (>= 0.4),
 | 
				
			||||||
 | 
				
			|||||||
@ -11,7 +11,6 @@ extern crate gtk_sys;
 | 
				
			|||||||
#[allow(unused_imports)]
 | 
					#[allow(unused_imports)]
 | 
				
			||||||
#[macro_use] // only for tests
 | 
					#[macro_use] // only for tests
 | 
				
			||||||
extern crate maplit;
 | 
					extern crate maplit;
 | 
				
			||||||
extern crate regex;
 | 
					 | 
				
			||||||
extern crate serde;
 | 
					extern crate serde;
 | 
				
			||||||
extern crate xkbcommon;
 | 
					extern crate xkbcommon;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user