Skip to content

Commit

Permalink
Merge #270: [FIXUP] ci: Migrate CI scripts to CMake
Browse files Browse the repository at this point in the history
4e31e7e  [FIXUP] ci: Migrate CI scripts to CMake (maflcko)

Pull request description:

  Fix for bitcoin#30454 (comment)

ACKs for top commit:
  hebasto:
    ACK 4e31e7e.

Tree-SHA512: 6f60edb9abd6514547368217d747d4218b3bfa09e2906c0475b802dd2f54d5d9c25d9baed8eb291b8d28fc2de7fd4071b699dbebd809472abd2d846ef0324be1
  • Loading branch information
hebasto committed Jul 18, 2024
2 parents 1732a6b + 4e31e7e commit 945d5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
export LC_ALL=C.UTF-8

export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
# Use minimum supported python3.9 (or best-effort 3.12) and clang-16, see doc/dependencies.md
export CI_IMAGE_NAME_TAG="docker.io/debian:bookworm"
# Use minimum supported python3.9 (or best-effort 3.11) and clang-16, see doc/dependencies.md
export PACKAGES="python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev"
export DEP_OPTS="NO_WALLET=1 CC=clang-16 CXX='clang++-16 -stdlib=libc++'"
export GOAL="install"
Expand Down

0 comments on commit 945d5c6

Please sign in to comment.