Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright date range, regenerate artifacts. #544

Merged
merged 3 commits into from
Aug 17, 2023
Merged
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
82 changes: 0 additions & 82 deletions .appveyor.yml

This file was deleted.

26 changes: 21 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down Expand Up @@ -28,6 +28,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -42,6 +43,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -56,6 +58,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -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"

Expand All @@ -84,6 +88,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "brew"
packages: ""

Expand All @@ -98,6 +103,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fvisibility=hidden -fPIE"
options: "--enable-isystem"
packager: "brew"
packages: ""

Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -247,6 +252,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -261,6 +267,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -275,6 +282,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -289,6 +297,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "gcc-11"
flags: "-Og -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -303,6 +312,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "brew"
packages: ""

Expand All @@ -317,6 +327,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fvisibility=hidden -fPIE"
options: ""
packager: "brew"
packages: ""

Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -479,6 +490,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -494,6 +506,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -509,6 +522,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
102 changes: 0 additions & 102 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM ###########################################################################
REM # Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
REM # Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
REM #
REM # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
REM #
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBitcoin-Consensus.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBitcoin-Database.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-blockchain developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-blockchain developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
Loading