Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ compile_bitcoin_from_source()
;;
*)
cmake -B build \
-DBUILD_GUI=ON \
> /dev/null 2>&1
-DBUILD_GUI=ON
;;
esac

Expand Down Expand Up @@ -897,7 +896,7 @@ install_build_dependencies_dnf()
;;
rhel)
sudo subscription-manager identity > /dev/null 2>&1 ||
throw_error "Register your RHEL subscription with 'sudo subscription-manager subscribe'."
throw_error "Register your RHEL subscription with 'sudo subscription-manager subscribe' and re-run nodebuilder."
sudo dnf config-manager --enable "rhel-${OS_MAJOR_VERSION_ID}-for-${TARGET_ARCHITECTURE}-appstream-rpms" ||
throw_error "Failed to enable EPEL release rhel-${OS_MAJOR_VERSION_ID}-for-${TARGET_ARCHITECTURE}-appstream-rpms."
;;
Expand Down Expand Up @@ -1779,6 +1778,7 @@ readonly TARGET_BITCOIN_VERSION_PADDED
if [ "${CURRENT_BITCOIN_VERSION_PADDED}" = "${TARGET_BITCOIN_VERSION_PADDED}" ]; then
log_info "Bitcoin Core ${target_bitcoin_version} was found."
elif [ "${compile_bitcoin_flag:-false}" = 'true' ] ||
is_running_in_container ||
[ "${TARGET_OPERATING_SYSTEM}" = 'alpine' ] ||
[ "${TARGET_OPERATING_SYSTEM}" = 'gentoo' ] ||
[ "${TARGET_OPERATING_SYSTEM}" = 'FreeBSD' ] ||
Expand Down
26 changes: 12 additions & 14 deletions resources/dependencies/build_dependencies_zypper.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
cmake
gcc14-c++
libboost_headers1_75_0-devel
libevent-devel
libqt5-qtbase-devel
libqt5-qttools-devel
python312
qrencode-devel
sqlite
sqlite3
sqlite3-devel
zeromq-devel


cmake
gcc14-c++
libboost_headers1_75_0-devel
libevent-devel
libqt5-qtbase-devel
libqt5-qttools-devel
python312
qrencode-devel
sqlite
sqlite3
sqlite3-devel
zeromq-devel
Loading