-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #521 from pmienk/master
Update copyright date range, regenerate artifacts.
- Loading branch information
Showing
67 changed files
with
85 additions
and
259 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
############################################################################### | ||
# Copyright (c) 2014-2020 libbitcoin-node developers (see COPYING). | ||
# Copyright (c) 2014-2023 libbitcoin-node developers (see COPYING). | ||
# | ||
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY | ||
# | ||
|
@@ -28,6 +28,7 @@ jobs: | |
icu: "" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -42,6 +43,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -56,6 +58,7 @@ jobs: | |
icu: "" | ||
cc: "gcc-11" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -70,6 +73,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "gcc-11" | ||
flags: "-Og -g --coverage -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "lcov" | ||
|
||
|
@@ -84,6 +88,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -98,6 +103,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fvisibility=hidden -fPIE" | ||
options: "--enable-isystem" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -158,8 +164,7 @@ jobs: | |
- name: Execute install.sh | ||
run: > | ||
./install.sh | ||
--enable-isystem | ||
--build-dir=$LIBBITCOIN_SRC_PATH | ||
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }} | ||
--prefix=$LIBBITCOIN_SRC_PATH/prefix | ||
${{ env.LINKAGE }} | ||
${{ env.ASSERT_NDEBUG }} | ||
|
@@ -247,6 +252,7 @@ jobs: | |
icu: "" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -261,6 +267,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -275,6 +282,7 @@ jobs: | |
icu: "" | ||
cc: "gcc-11" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -289,6 +297,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "gcc-11" | ||
flags: "-Og -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -303,6 +312,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -317,6 +327,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fvisibility=hidden -fPIE" | ||
options: "" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -380,7 +391,7 @@ jobs: | |
- name: Execute install-cmake.sh | ||
run: > | ||
./install-cmake.sh | ||
--build-dir=$LIBBITCOIN_SRC_PATH | ||
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }} | ||
--prefix=$LIBBITCOIN_SRC_PATH/prefix | ||
${{ env.LINKAGE }} | ||
${{ env.ASSERT_NDEBUG }} | ||
|
@@ -479,6 +490,7 @@ jobs: | |
icu: "" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -494,6 +506,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang-14" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -509,6 +522,7 @@ jobs: | |
icu: "" | ||
cc: "gcc-11" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -572,7 +586,7 @@ jobs: | |
- name: Execute install-cmakepresets.sh | ||
run: > | ||
./install-cmakepresets.sh | ||
--build-dir=$LIBBITCOIN_SRC_PATH | ||
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }} | ||
--prefix=$LIBBITCOIN_SRC_PATH/prefix/${{ matrix.preset }} | ||
--preset=${{ matrix.preset }} | ||
${{ env.LINKAGE }} | ||
|
@@ -676,6 +690,8 @@ jobs: | |
steps: | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
with: | ||
msbuild-architecture: x64 | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.