Skip to content

Commit

Permalink
Merge PIVX-Project#2769: [GA] Disable Unit tests for win64 build in GA
Browse files Browse the repository at this point in the history
c742e71 [GA] Disable Unit tests for win64 build in GA (Fuzzbawls)

Pull request description:

  More recent GA environments have broken the ability to run the win64 build's unit tests via Wine. Disable for now.

ACKs for top commit:
  yenachar:
    ACK c742e71
  DeanSparrow:
    ACK c742e71

Tree-SHA512: 8f1dfdc5356202766a28623ffe8115a04e8a9f12b21f0e1163a522bbfe3360915daa25bdd4f9dc69842ccf01f50895ec71da48971ee9f16113fac93e71b9bed2
  • Loading branch information
Fuzzbawls committed Sep 17, 2022
2 parents 5a7b514 + c742e71 commit bb8b073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ jobs:
goal: install
BITCOIN_CONFIG: "--with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --disable-online-rust"

- name: Win64 [GOAL:deploy] [no functional tests]
- name: Win64 [GOAL:deploy] [no unit or functional tests]
os: ubuntu-18.04
host: x86_64-w64-mingw32
apt_get: python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64
unit_tests: true
unit_tests: false
functional_tests: false
goal: deploy
BITCOIN_CONFIG: "--with-gui=auto --enable-reduce-exports --disable-online-rust"
Expand Down

0 comments on commit bb8b073

Please sign in to comment.