Skip to content

Commit

Permalink
[Release][APT][Yum] Add support for verifying arm64 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 19, 2021
1 parent 903b41c commit 39a588d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions dev/tasks/verify-rc/github.linux.yml
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
verify:
name: "Verify release candidate Ubuntu {{ artifact }}"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
{%- if env is defined %}
env:
{%- for key, value in env.items() %}
Expand All @@ -49,8 +49,17 @@ jobs:
# TODO: don't require removing newer llvms
sudo apt-get --purge remove -y llvm-9 clang-9
sudo apt-get install -y \
wget curl libboost-all-dev jq \
autoconf-archive gtk-doc-tools libgirepository1.0-dev flex bison
autoconf-archive \
binfmt-support \
bison \
curl \
flex \
gtk-doc-tools \
jq \
libboost-all-dev \
libgirepository1.0-dev \
qemu-user-static \
wget
if [ "$TEST_JAVA" = "1" ]; then
# Maven
Expand Down

0 comments on commit 39a588d

Please sign in to comment.