mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
dbeaver: broken on aarch64
This commit is contained in:
parent
f414fa3855
commit
5611c48d28
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
|
||||||
checksum=c6f822f4e88bffd37ba0b2525625bbd83156ec36725c2d29101c97f12e280d03
|
checksum=c6f822f4e88bffd37ba0b2525625bbd83156ec36725c2d29101c97f12e280d03
|
||||||
nopie=true
|
nopie=true
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = aarch64 ]; then
|
||||||
|
broken="https://build.voidlinux.org/builders/aarch64_builder/builds/36442/steps/shell_3/logs/stdio"
|
||||||
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
mvn package -P all-platforms
|
mvn package -P all-platforms
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue