.travis.yml: Multiple changes
Install the xsltproc package, remove the deprecated 'sudo' keyword and specify the Linux distribution explicitly. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
@@ -4,6 +4,8 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
dist: focal # 20.04
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- ppc64le
|
- ppc64le
|
||||||
@@ -18,8 +20,7 @@ addons:
|
|||||||
- librdmacm-dev
|
- librdmacm-dev
|
||||||
- make
|
- make
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
- xsltproc
|
||||||
sudo: required
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
ci/build.sh
|
ci/build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user