mirror of
				https://github.com/optim-enterprises-bv/nDPId.git
				synced 2025-10-31 02:07:47 +00:00 
			
		
		
		
	
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -176,12 +176,10 @@ jobs: | |||||||
|           ip -c address |           ip -c address | ||||||
|           sudo systemctl daemon-reload |           sudo systemctl daemon-reload | ||||||
|           sudo systemctl enable ndpid@lo |           sudo systemctl enable ndpid@lo | ||||||
|           SYSTEMD_RET=0 |           sudo systemctl start ndpid@lo | ||||||
|           sudo systemctl --wait start ndpid@lo || { SYSTEMD_RET=$?; true; } |           SYSTEMCTL_RET=3; while (( $SYSTEMCTL_RET == 3 )); do systemctl is-active ndpid@lo.service; SYSTEMCTL_RET=$?; sleep 1; done | ||||||
|           echo "systemctl returned: ${SYSTEMD_RET}" |  | ||||||
|           sudo systemctl status ndpisrvd.service ndpid@lo.service |           sudo systemctl status ndpisrvd.service ndpid@lo.service | ||||||
|           sudo systemctl show ndpisrvd.service ndpid@lo.service -p SubState,ActiveState |           sudo systemctl show ndpisrvd.service ndpid@lo.service -p SubState,ActiveState | ||||||
|           test $SYSTEMD_RET -ne 0 && false |  | ||||||
|       - name: Build against libnDPI-${{ matrix.ndpi_min_version }} |       - name: Build against libnDPI-${{ matrix.ndpi_min_version }} | ||||||
|         if: matrix.upload == false |         if: matrix.upload == false | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Toni Uhlig
					Toni Uhlig