-
Notifications
You must be signed in to change notification settings - Fork 57
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 #359 from pmienk/version3
Update copyright date range, regenerate artifacts.
- Loading branch information
Showing
73 changed files
with
220 additions
and
139 deletions.
There are no files selected for viewing
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-network developers (see COPYING). | ||
# Copyright (c) 2014-2023 libbitcoin-network developers (see COPYING). | ||
# | ||
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY | ||
# | ||
|
@@ -27,6 +27,7 @@ jobs: | |
icu: "" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -40,6 +41,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -53,6 +55,7 @@ jobs: | |
icu: "" | ||
cc: "gcc" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -66,6 +69,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "gcc" | ||
flags: "-Og -g --coverage -fPIE" | ||
options: "--enable-isystem" | ||
packager: "apt" | ||
packages: "lcov" | ||
|
||
|
@@ -79,6 +83,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "--enable-isystem" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -92,6 +97,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fvisibility=hidden -fPIE" | ||
options: "--enable-isystem" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -143,11 +149,16 @@ jobs: | |
echo "LDFLAGS=-Wl,-rpath,$WORKSPACE_SUBPATH/prefix/lib" >> $GITHUB_ENV | ||
fi | ||
- name: Display CPU details | ||
if: ${{ (runner.os == 'Linux') }} | ||
shell: bash | ||
run: | | ||
lscpu | ||
- 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 }} | ||
|
@@ -200,11 +211,11 @@ jobs: | |
run: | | ||
cat ${{ github.workspace }}/build/build-*/bootstrap.log | ||
- name: Failure display otool output | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
otool -L ${{ github.workspace }}/test/.libs/libbitcoin-network-test | ||
- name: Failure display DYLD_PRINT_LIBRARIES | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
|
@@ -233,6 +244,7 @@ jobs: | |
icu: "" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -246,6 +258,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -259,6 +272,7 @@ jobs: | |
icu: "" | ||
cc: "gcc" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -272,6 +286,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "gcc" | ||
flags: "-Og -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -285,6 +300,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -298,6 +314,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fvisibility=hidden -fPIE" | ||
options: "" | ||
packager: "brew" | ||
packages: "" | ||
|
||
|
@@ -352,10 +369,16 @@ jobs: | |
echo "LDFLAGS=-Wl,-rpath,$WORKSPACE_SUBPATH/prefix/lib" >> $GITHUB_ENV | ||
fi | ||
- name: Display CPU details | ||
if: ${{ (runner.os == 'Linux') }} | ||
shell: bash | ||
run: | | ||
lscpu | ||
- 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 }} | ||
|
@@ -408,11 +431,11 @@ jobs: | |
run: | | ||
cat ${{ github.workspace }}/build/build-*/bootstrap.log | ||
- name: Failure display otool output | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
otool -L ${{ github.workspace }}/test/.libs/libbitcoin-network-test | ||
- name: Failure display DYLD_PRINT_LIBRARIES | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
|
@@ -452,6 +475,7 @@ jobs: | |
icu: "" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -466,6 +490,7 @@ jobs: | |
icu: "--build-icu --with-icu" | ||
cc: "clang" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -480,6 +505,7 @@ jobs: | |
icu: "" | ||
cc: "gcc" | ||
flags: "-Os -fPIE" | ||
options: "" | ||
packager: "apt" | ||
packages: "" | ||
|
||
|
@@ -534,10 +560,16 @@ jobs: | |
echo "LDFLAGS=-Wl,-rpath,$WORKSPACE_SUBPATH/prefix/${{ matrix.preset }}/lib" >> $GITHUB_ENV | ||
fi | ||
- name: Display CPU details | ||
if: ${{ (runner.os == 'Linux') }} | ||
shell: bash | ||
run: | | ||
lscpu | ||
- 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 }} | ||
|
@@ -591,11 +623,11 @@ jobs: | |
run: | | ||
cat ${{ github.workspace }}/build/build-*/bootstrap.log | ||
- name: Failure display otool output | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
otool -L ${{ github.workspace }}/test/.libs/libbitcoin-network-test | ||
- name: Failure display DYLD_PRINT_LIBRARIES | ||
if: ${{ failure() && (matrix.os == 'macos-latest') }} | ||
run: | | ||
|
@@ -652,6 +684,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 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
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
2 changes: 1 addition & 1 deletion
2
builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj
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
2 changes: 1 addition & 1 deletion
2
builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj.filters
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.