1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: do brew install openssl on the macos job, reduce flakyness of tcp_test.v

This commit is contained in:
Delyan Angelov 2021-10-01 13:13:05 +03:00
parent 2bdba5ed73
commit 6f7c3a7cdf
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 2 additions and 1 deletions

View File

@ -269,7 +269,7 @@ jobs:
run: |
##brew install libpq openssl freetype ### these are *already installed* on Catalina ...
brew uninstall --ignore-dependencies libpq ## libpq is a dependency of PHP
brew install postgresql
brew install postgresql openssl
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
- name: Build V
run: make -j4 && ./v -cg -cstrict -o v cmd/v

View File

@ -1,3 +1,4 @@
// vtest retry: 3
import net
import os