Skip to content

Commit b1e9e05

Browse files
Merge pull request #5750 from ogabrielides/v20.0.2_release
backport: v20.0.2 backports and release
2 parents 00f3db1 + 47113c9 commit b1e9e05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+964
-533
lines changed

.github/workflows/guix-build.yml

+36-6
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,62 @@ jobs:
99
build:
1010
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ]
1111
if: contains(github.event.pull_request.labels.*.name, 'guix-build')
12+
timeout-minutes: 480
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v4
1516
with:
1617
ref: ${{ github.event.pull_request.head.sha }}
18+
path: dash
1719

1820
- name: Set up Docker Buildx
1921
uses: docker/setup-buildx-action@v3
2022

2123
- name: Commit variables
2224
id: dockerfile
2325
run: |
24-
echo "hash=$(sha256sum ./contrib/containers/guix/Dockerfile | cut -d ' ' -f1)" >> $GITHUB_OUTPUT
26+
echo "hash=$(sha256sum ./dash/contrib/containers/guix/Dockerfile | cut -d ' ' -f1)" >> $GITHUB_OUTPUT
2527
echo "host_user_id=$(id -u)" >> $GITHUB_OUTPUT
2628
echo "host_group_id=$(id -g)" >> $GITHUB_OUTPUT
2729
2830
- name: Build Docker image
2931
uses: docker/build-push-action@v5
3032
with:
31-
context: ${{ github.workspace }}
33+
context: ${{ github.workspace }}/dash
3234
build-args: |
3335
USER_ID=${{ steps.dockerfile.outputs.host_user_id }}
3436
GROUP_ID=${{ steps.dockerfile.outputs.host_group_id }}
3537
build-contexts: |
36-
docker_root=${{ github.workspace }}/contrib/containers/guix
37-
file: ./contrib/containers/guix/Dockerfile
38+
docker_root=${{ github.workspace }}/dash/contrib/containers/guix
39+
file: ./dash/contrib/containers/guix/Dockerfile
3840
load: true
3941
tags: guix_ubuntu:latest
4042
cache-from: type=gha
4143
cache-to: type=gha,mode=max
4244

45+
- name: Restore Guix cache and depends
46+
id: guix-cache-restore
47+
uses: actions/cache/restore@v3
48+
with:
49+
path: |
50+
${{ github.workspace }}/.cache
51+
${{ github.workspace }}/dash/depends/built
52+
${{ github.workspace }}/dash/depends/sources
53+
${{ github.workspace }}/dash/depends/work
54+
key: ${{ runner.os }}-guix
55+
56+
- name: Create .cache folder if missing
57+
if: steps.guix-cache-restore.outputs.cache-hit != 'true'
58+
run: mkdir -p .cache
59+
4360
- name: Run Guix build
61+
timeout-minutes: 480
4462
run: |
4563
docker run --privileged -d --rm -t \
4664
--name guix-daemon \
4765
-e ADDITIONAL_GUIX_COMMON_FLAGS="--max-jobs=$(nproc --all)" \
48-
-v ${{ github.workspace }}:/src/dash \
66+
-v ${{ github.workspace }}/dash:/src/dash \
67+
-v ${{ github.workspace }}/.cache:/home/ubuntu/.cache \
4968
-w /src/dash \
5069
guix_ubuntu:latest && \
5170
docker exec guix-daemon bash -c '/usr/local/bin/guix-start'
@@ -57,6 +76,17 @@ jobs:
5776
exit 1
5877
fi
5978
79+
- name: Save Guix cache and depends
80+
id: guix-cache-save
81+
uses: actions/cache/save@v3
82+
with:
83+
path: |
84+
${{ github.workspace }}/.cache
85+
${{ github.workspace }}/dash/depends/built
86+
${{ github.workspace }}/dash/depends/sources
87+
${{ github.workspace }}/dash/depends/work
88+
key: ${{ steps.guix-cache-restore.outputs.cache-primary-key }}
89+
6090
- name: Compute SHA256 checksums
6191
run: |
62-
./contrib/containers/guix/scripts/guix-check ${{ github.workspace }}
92+
./dash/contrib/containers/guix/scripts/guix-check ${{ github.workspace }}/dash

Makefile.am

+2-15
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ OSX_APP=Dash-Qt.app
3636
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
3737
OSX_DMG = $(OSX_VOLNAME).dmg
3838
OSX_TEMP_ISO = $(OSX_DMG:.dmg=).temp.iso
39-
OSX_BACKGROUND_IMAGE=$(top_srcdir)/contrib/macdeploy/background.tiff
4039
OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus
4140
OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/dash.icns
4241
OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed
@@ -60,7 +59,6 @@ WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/dash.ico \
6059
$(top_srcdir)/doc/README_windows.txt
6160

6261
OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_INSTALLER_ICONS) \
63-
$(top_srcdir)/contrib/macdeploy/detached-sig-apply.sh \
6462
$(top_srcdir)/contrib/macdeploy/detached-sig-create.sh
6563

6664
COVERAGE_INFO = baseline.info \
@@ -125,28 +123,17 @@ $(OSX_DMG): $(OSX_APP_BUILT) $(OSX_PACKAGING)
125123
deploydir: $(OSX_DMG)
126124
else !BUILD_DARWIN
127125
APP_DIST_DIR=$(top_builddir)/dist
128-
APP_DIST_EXTRAS=$(APP_DIST_DIR)/.background/background.tiff $(APP_DIST_DIR)/.DS_Store $(APP_DIST_DIR)/Applications
129126

130-
$(APP_DIST_DIR)/Applications:
131-
@rm -f $@
132-
@cd $(@D); $(LN_S) /Applications $(@F)
133-
134-
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt
135-
136-
$(OSX_TEMP_ISO): $(APP_DIST_EXTRAS)
127+
$(OSX_TEMP_ISO): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt
137128
$(XORRISOFS) -D -l -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -o $@ $(APP_DIST_DIR) -- $(if $(SOURCE_DATE_EPOCH),-volume_date all_file_dates =$(SOURCE_DATE_EPOCH))
138129

139130
$(OSX_DMG): $(OSX_TEMP_ISO)
140131
$(DMG) dmg "$<" "$@"
141132

142-
$(APP_DIST_DIR)/.background/background.tiff:
143-
$(MKDIR_P) $(@D)
144-
cp $(OSX_BACKGROUND_IMAGE) $@
145-
146133
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
147134
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) $(OSX_VOLNAME) -translations-dir=$(QT_TRANSLATION_DIR)
148135

149-
deploydir: $(APP_DIST_EXTRAS)
136+
deploydir: $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt
150137
endif !BUILD_DARWIN
151138

152139
appbundle: $(OSX_APP_BUILT)

ci/test/00_setup_env_native_qt5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export RUN_UNIT_TESTS_SEQUENTIAL="true"
1515
export RUN_UNIT_TESTS="false"
1616
export GOAL="install"
1717
export TEST_PREVIOUS_RELEASES=true
18-
export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.0.0 v0.16.1.1 v0.17.0.3 v18.2.2 v19.3.0"
18+
export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.0.0 v0.16.1.1 v0.17.0.3 v18.2.2 v19.3.0 v20.0.1"
1919
export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --disable-fuzz-binary LDFLAGS=-static-libstdc++"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 20)
33
define(_CLIENT_VERSION_MINOR, 0)
4-
define(_CLIENT_VERSION_BUILD, 1)
4+
define(_CLIENT_VERSION_BUILD, 2)
55
define(_CLIENT_VERSION_RC, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2023)

contrib/containers/guix/Dockerfile

+8-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,14 @@ COPY --from=docker_root ./scripts/entrypoint /usr/local/bin/entrypoint
7979
COPY --from=docker_root ./scripts/guix-check /usr/local/bin/guix-check
8080
COPY --from=docker_root ./scripts/guix-start /usr/local/bin/guix-start
8181

82-
# Create directory for mounting and grant necessary permissions
83-
RUN mkdir -p /src/dash && \
84-
chown -R ${USER_ID}:${GROUP_ID} /src
82+
# Create directories for mounting to save/restore cache and grant necessary permissions
83+
RUN mkdir -p \
84+
/home/${USERNAME}/.cache \
85+
/src/dash/depends/{built,sources,work} && \
86+
chown -R ${USER_ID}:${GROUP_ID} \
87+
/home/${USERNAME}/.cache \
88+
/src
89+
8590
WORKDIR "/src/dash"
8691

8792
# Switch to unprivileged context

contrib/guix/libexec/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ mkdir -p "$DISTSRC"
328328
mkdir -p "unsigned-app-${HOST}"
329329
cp --target-directory="unsigned-app-${HOST}" \
330330
osx_volname \
331-
contrib/macdeploy/detached-sig-{apply,create}.sh \
331+
contrib/macdeploy/detached-sig-create.sh \
332332
"${BASEPREFIX}/${HOST}"/native/bin/dmg
333333
mv --target-directory="unsigned-app-${HOST}" dist
334334
(

contrib/macdeploy/detached-sig-apply.sh

-27
This file was deleted.

0 commit comments

Comments
 (0)