Skip to content

Commit

Permalink
gitian: bump build system to jammy from bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
xanimo committed Feb 2, 2024
1 parent e234707 commit 535ab6b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ popd

pushd gitian-builder
if [ "$USE_DOCKER" ]; then
bin/make-base-vm --docker --suite bionic --arch amd64
bin/make-base-vm --docker --suite jammy --arch amd64
elif [ "$USE_LXC" ]; then
bin/make-base-vm --lxc --suite bionic --arch amd64
bin/make-base-vm --lxc --suite jammy --arch amd64
fi

if [ ! -d "inputs" ]; then
Expand Down
23 changes: 11 additions & 12 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
name: "libdogecoin-linux-0.1.3"
enable_cache: true
suites:
- "bionic"
- "jammy"
architectures:
- "amd64"
packages:
- "curl"
- "shellcheck"
- "g++-aarch64-linux-gnu"
- "g++-7-aarch64-linux-gnu"
- "gcc-7-aarch64-linux-gnu"
- "g++-11-aarch64-linux-gnu"
- "gcc-11-aarch64-linux-gnu"
- "binutils-aarch64-linux-gnu"
- "g++-arm-linux-gnueabihf"
- "g++-7-arm-linux-gnueabihf"
- "gcc-7-arm-linux-gnueabihf"
- "g++-11-arm-linux-gnueabihf"
- "gcc-11-arm-linux-gnueabihf"
- "binutils-arm-linux-gnueabihf"
- "g++-7-multilib"
- "gcc-7-multilib"
- "binutils-gold"
- "git-core"
- "g++-11-multilib"
- "gcc-11-multilib"
- "binutils"
- "git"
- "pkg-config"
- "autoconf"
- "libtool"
- "automake"
- "make"
- "faketime"
- "bsdmainutils"
- "ca-certificates"
- "python"
- "python3"
remotes:
- "url": "${URL}"
"dir": "libdogecoin"
Expand Down Expand Up @@ -144,7 +144,6 @@ script: |
for i in ${HOSTS}; do
export PATH=${BASEPREFIX}/${i}/native/bin:${ORIGPATH}
./contrib/scripts/build.sh --host ${i} --depends
./contrib/scripts/combine.sh --target .libs/libdogecoin.a --append "depends/${i}/lib/libunistring.a"
./contrib/scripts/pack.sh --host=${i} --prefix=build --commit="0.1.3"
done
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "libdogecoin-osx-0.1.3"
enable_cache: true
suites:
- "bionic"
- "jammy"
architectures:
- "amd64"
packages:
Expand Down
10 changes: 5 additions & 5 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "libdogecoin-win-0.1.3"
enable_cache: true
suites:
- "bionic"
- "jammy"
architectures:
- "amd64"
packages:
Expand All @@ -15,12 +15,13 @@ packages:
- "automake"
- "faketime"
- "bsdmainutils"
- "mingw-w64"
- "g++-mingw-w64"
- "g++-mingw-w64-x86-64"
- "g++"
- "g++-mingw-w64-i686"
- "nsis"
- "zip"
- "ca-certificates"
- "python"
- "python3"
- "rename"
remotes:
- "url": "${URL}"
Expand Down Expand Up @@ -131,7 +132,6 @@ script: |
for i in ${HOSTS}; do
export PATH=${BASEPREFIX}/${i}/native/bin:${ORIGPATH}
./contrib/scripts/build.sh --host ${i} --depends
./contrib/scripts/combine.sh --target .libs/libdogecoin.a --append "depends/${i}/lib/libunistring.a"
./contrib/scripts/pack.sh --host=${i} --prefix=build --commit="0.1.3"
done
Expand Down

0 comments on commit 535ab6b

Please sign in to comment.