mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	gitlab-ci: plugin_fetchsrclibs runs in same base OS as fdroiddata
This commit is contained in:
		
							parent
							
								
									c6f5956537
								
							
						
					
					
						commit
						4eb189ad2e
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -407,7 +407,7 @@ fdroid build:
 | 
			
		|||
# fdroiddata because that one is known to work, and this is a CI job,
 | 
			
		||||
# so it should be isolated from the normal churn of fdroiddata.
 | 
			
		||||
plugin_fetchsrclibs:
 | 
			
		||||
  image: debian:buster
 | 
			
		||||
  image: debian:bullseye
 | 
			
		||||
  <<: *apt-template
 | 
			
		||||
  only:
 | 
			
		||||
    changes:
 | 
			
		||||
| 
						 | 
				
			
			@ -430,7 +430,8 @@ plugin_fetchsrclibs:
 | 
			
		|||
    - . env/bin/activate
 | 
			
		||||
    - export PATH="$CI_PROJECT_DIR:$PATH"
 | 
			
		||||
    - export PYTHONPATH="$CI_PROJECT_DIR/examples"
 | 
			
		||||
    - $pip install wheel  # to make this go away: "error: invalid command 'bdist_wheel'"
 | 
			
		||||
    # workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003252
 | 
			
		||||
    - export SETUPTOOLS_USE_DISTUTILS=stdlib
 | 
			
		||||
    - $pip install -e .
 | 
			
		||||
    - fdroid | grep fetchsrclibs
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue