mirror of
https://github.com/facebook/zstd.git
synced 2024-11-27 18:36:43 +08:00
[circleci] Try to re-enable aarch64build
Update CircleCI to focal and try to re-enable aarch64build. Fixes #2785 if it works.
This commit is contained in:
parent
8745229612
commit
ef566c8d68
@ -7,8 +7,6 @@ jobs:
|
||||
# preinstalled to reduce installation time.
|
||||
docker:
|
||||
- image: fbopensource/zstd-circleci-primary:0.0.1
|
||||
# TODO: Re-enable aarch64 build:
|
||||
# make aarch64build && make clean
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@ -36,6 +34,7 @@ jobs:
|
||||
make ppc64build V=1; make clean
|
||||
make ppcbuild V=1; make clean
|
||||
make armbuild V=1; make clean
|
||||
make aarch64build V=1; make clean
|
||||
make -C tests test-legacy test-longmatch; make clean
|
||||
make -C lib libzstd-nomt; make clean
|
||||
# This step should only be run in a cron job
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM circleci/buildpack-deps:bionic
|
||||
FROM circleci/buildpack-deps:focal
|
||||
|
||||
RUN sudo dpkg --add-architecture i386
|
||||
RUN sudo apt-get -y -qq update
|
||||
|
Loading…
Reference in New Issue
Block a user