Skip to content

Commit

Permalink
7th
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 15, 2023
1 parent b20e800 commit 7819840
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 8 # Two more than --max-count
- run: |
echo "COMMIT_AFTER_LAST_MERGE=$(git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }} | tail -1)" >> "$GITHUB_ENV"
echo ============================================================
git log --merges -1 --format='%H'
echo ============================================================
git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }}
echo ============================================================
git log $(git log --merges -1 --format='%H')..HEAD --format='%H' --max-count=${{ env.MAX_COUNT }} | tail -1
echo ============================================================
echo "COMMIT_AFTER_LAST_MERGE=$(git log $(git log --merges -1 --format=%H)..HEAD --format=%H --max-count=${{ env.MAX_COUNT }} | tail -1)" >> "$GITHUB_ENV"
echo ============================================================
- run: sudo apt install clang ccache build-essential libtool autotools-dev automake pkg-config bsdmainutils python3-zmq libevent-dev libboost-dev libsqlite3-dev libdb++-dev systemtap-sdt-dev libminiupnpc-dev libnatpmp-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools qtwayland5 libqrencode-dev -y
- name: Compile and run tests
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Bitcoin Core integration/staging tree
=====================================


https://bitcoincore.org

For an immediately usable, binary version of the Bitcoin Core software, see
Expand Down

0 comments on commit 7819840

Please sign in to comment.