Skip to content

Commit

Permalink
upgrade to otcommon 3
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Feb 2, 2024
1 parent 2a4bee0 commit bda65c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
preset: [default]
include:
- toolchain: gcc
docker: 1.189.0
docker: 1.190.2
compiler: gcc
- toolchain: clang
docker: 1.189.0
docker: 1.190.2
compiler: clang
steps:
- name: Checkout opentxs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
env:
docker: '1.189.0'
docker: '1.190.2'
steps:
- name: Checkout opentxs
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
env:
docker: '1.189.0'
docker: '1.190.2'
steps:
- name: Checkout opentxs
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(metier-server)

find_package(
otcommon
2
3
CONFIG
REQUIRED
)
Expand Down
2 changes: 1 addition & 1 deletion src/metier_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set(cxx-sources main.cpp)

add_executable(${PROJECT_NAME} ${cxx-sources})
otcommon_configure_cxx_target(${PROJECT_NAME})
otcommon_configure_target_cxx(${PROJECT_NAME})
otcommon_define_signed_overflow(${PROJECT_NAME})

target_link_libraries(
Expand Down
4 changes: 2 additions & 2 deletions tools/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "tag" { default = "23.3.2" }
variable "opentxs" { default = "1.189.0" }
variable "tag" { default = "24.0.0" }
variable "opentxs" { default = "1.190.2" }

variable "target_arch" {
default = "amd64"
Expand Down

0 comments on commit bda65c0

Please sign in to comment.