Skip to content

Commit

Permalink
Test 250123-cmake-pthread branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 23, 2025
1 parent 812f6f1 commit 0f7fe0b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Install dependencies
run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start FreeBSD VM
uses: vmactions/freebsd-vm@v1
Expand Down Expand Up @@ -96,7 +97,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start FreeBSD VM
uses: vmactions/freebsd-vm@v1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start NetBSD VM
uses: vmactions/netbsd-vm@v1
Expand Down Expand Up @@ -100,7 +101,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Apply patch
# This patch works around a libevent bug.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/omnios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start OmniOS VM
uses: vmactions/omnios-vm@v1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start OpenBSD VM
uses: vmactions/openbsd-vm@v1
Expand Down Expand Up @@ -95,7 +96,8 @@ jobs:
- name: Checkout Bitcoin Core repo
uses: actions/checkout@v4
with:
repository: bitcoin/bitcoin
repository: hebasto/bitcoin
ref: 250123-cmake-pthread

- name: Start OpenBSD VM
uses: vmactions/openbsd-vm@v1
Expand Down

0 comments on commit 0f7fe0b

Please sign in to comment.