parent
							
								
									8e4438c1b5
								
							
						
					
					
						commit
						0cff12b1b6
					
				|  | @ -7,7 +7,8 @@ jobs: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     env: |     env: | ||||||
|       GOEXPERIMENT: "noboringcrypto" |       GOEXPERIMENT: "noboringcrypto" | ||||||
|       CGO_ENABLED: 0 |       # Looks like CGO is required for FreeBSD building | ||||||
|  |       CGO_ENABLED: 1 | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v4 |     - uses: actions/checkout@v4 | ||||||
|     - name: Building from source |     - name: Building from source | ||||||
|  | @ -25,6 +26,4 @@ jobs: | ||||||
|           git config --global --add safe.directory /home/runner/work/cloudflared/cloudflared |           git config --global --add safe.directory /home/runner/work/cloudflared/cloudflared | ||||||
|           go install golang.org/x/tools/cmd/goimports@latest |           go install golang.org/x/tools/cmd/goimports@latest | ||||||
|         run: | |         run: | | ||||||
|           echo $GOEXPERIMENT |  | ||||||
|           echo $CGO_ENABLED |  | ||||||
|           sudo gmake install-go cloudflared cleanup-go |           sudo gmake install-go cloudflared cleanup-go | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue