update sm/ONL

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
This commit is contained in:
Wataru Ishida
2020-06-19 00:34:51 +00:00
parent 5f4a82010b
commit 4c62780eb1
3 changed files with 19 additions and 2 deletions

17
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: ci
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- uses: actions/checkout@v2
- run: git submodule update --init
- run: make builder
- run: make docker

View File

@@ -68,7 +68,7 @@ builder:
cd docker/images/builder && docker build -t $(GOLDSTONE_BUILDER_IMAGE) .
docker: docker-check
$(ONL)/docker/tools/onlbuilder $(BUILDER_OPTS) $(VOLUMES_OPTS) -c tools/autobuild/build.sh -b HEAD
$(ONL)/docker/tools/onlbuilder $(BUILDER_OPTS) --non-interactive $(VOLUMES_OPTS) -c tools/autobuild/build.sh -b HEAD
versions:
$(ONL)/tools/make-versions.py --import-file=$(X1)/tools/x1vi --class-name=OnlVersionImplementation --output-dir $(X1)/make/versions --force

2
sm/ONL

Submodule sm/ONL updated: dfe880d469...02f3f73744