1#!/bin/bash
2
3arch=ppc64el
4
5. .gitlab-ci/container/cross_build.sh
6
7apt-get install -y --no-remove \
8        libvulkan-dev:$arch
9