Skip to content

[Build] Proper coverage for ppa, local, and snapcraft#2036

Merged
random-zebra merged 1 commit into
PIVX-Project:masterfrom
Fuzzbawls:2020_fixup-ppa-snap
Dec 7, 2020
Merged

[Build] Proper coverage for ppa, local, and snapcraft#2036
random-zebra merged 1 commit into
PIVX-Project:masterfrom
Fuzzbawls:2020_fixup-ppa-snap

Conversation

@Fuzzbawls
Copy link
Copy Markdown
Collaborator

Followup to #2022 to resolve the lingering issues with ppa/snapcraft builds.

build-log of a PPA build can be seen here

This also introduces proper desktop-launch wrapping for the nightly snapcraft builds, which is required to successfully open the GUI wallet from the snap commands.

@Fuzzbawls Fuzzbawls added this to the 5.0.0 milestone Dec 6, 2020
@Fuzzbawls Fuzzbawls self-assigned this Dec 6, 2020
Copy link
Copy Markdown

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 2109aec

Comment thread src/util.cpp
} else {
// Linux fallback for local installs
sapling_spend = "/usr/local/share/pivx/sapling-spend.params";
sapling_output = "/usr/local/share/pivx/sapling-output.params";
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the fParamsFound is set below, could remove it from the first block and write it as:

if (!fs::exists(sapling_spend) || !fs::exists(sapling_output)) {
    // Linux fallback for local installs
   etc..
}

Copy link
Copy Markdown

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 2109aec and merging...

@random-zebra random-zebra merged commit a3e75c2 into PIVX-Project:master Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants