Re: [PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

2020-03-05 Thread Palmer Dabbelt
On Mon, 24 Feb 2020 05:39:44 PST (-0800), bmeng...@gmail.com wrote: Add two GitLab jobs to build the OpenSBI firmware binaries. The first job builds a Docker image with the packages requisite to build OpenSBI, and stores this image in the GitLab registry. The second job pulls the image from the

Re: [PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

2020-02-24 Thread Alistair Francis
On Mon, Feb 24, 2020 at 5:40 AM Bin Meng wrote: > > Add two GitLab jobs to build the OpenSBI firmware binaries. > > The first job builds a Docker image with the packages requisite > to build OpenSBI, and stores this image in the GitLab registry. > The second job pulls the image from the registry

[PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

2020-02-24 Thread Bin Meng
Add two GitLab jobs to build the OpenSBI firmware binaries. The first job builds a Docker image with the packages requisite to build OpenSBI, and stores this image in the GitLab registry. The second job pulls the image from the registry and builds the OpenSBI firmware binaries. The docker image