mirror of
https://github.com/facebook/zstd.git
synced 2025-09-16 09:36:32 +02: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:
committed by
Nick Terrell
parent
8745229612
commit
ef566c8d68
@@ -7,8 +7,6 @@ jobs:
|
|||||||
# preinstalled to reduce installation time.
|
# preinstalled to reduce installation time.
|
||||||
docker:
|
docker:
|
||||||
- image: fbopensource/zstd-circleci-primary:0.0.1
|
- image: fbopensource/zstd-circleci-primary:0.0.1
|
||||||
# TODO: Re-enable aarch64 build:
|
|
||||||
# make aarch64build && make clean
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@@ -36,6 +34,7 @@ jobs:
|
|||||||
make ppc64build V=1; make clean
|
make ppc64build V=1; make clean
|
||||||
make ppcbuild V=1; make clean
|
make ppcbuild V=1; make clean
|
||||||
make armbuild 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 tests test-legacy test-longmatch; make clean
|
||||||
make -C lib libzstd-nomt; make clean
|
make -C lib libzstd-nomt; make clean
|
||||||
# This step should only be run in a cron job
|
# 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 dpkg --add-architecture i386
|
||||||
RUN sudo apt-get -y -qq update
|
RUN sudo apt-get -y -qq update
|
||||||
|
Reference in New Issue
Block a user