You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/05/09 05:12:03 UTC

[incubator-tuweni] branch master updated: use build image to get sodium already installed

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 65476bc  use build image to get sodium already installed
65476bc is described below

commit 65476bcf004dac5d830412abdc5b88d72bb727d1
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Fri May 8 22:11:38 2020 -0700

    use build image to get sodium already installed
---
 .github/workflows/master-pr-build.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index e204e32..9bd9a4e 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -25,7 +25,9 @@ on:
 
 jobs:
   checks:
-    runs-on: tmio/tuweni-build:1.0
+    runs-on: ubuntu-latest
+    container:
+      image: tmio/tuweni-build:1.0
     steps:
       - uses: actions/checkout@v1
         with:
@@ -39,7 +41,9 @@ jobs:
 #      - name: Collect JUnit tests
 #        uses: danger/danger-js@9.1.8
   assemble:
-    runs-on: tmio/tuweni-build:1.0
+    runs-on: ubuntu-latest
+    container:
+      image: tmio/tuweni-build:1.0
     steps:
       - uses: actions/checkout@v1
         with:
@@ -67,7 +71,9 @@ jobs:
           name: Libs
           path: build/libs
   test:
-    runs-on: tmio/tuweni-build:1.0
+    runs-on: ubuntu-latest
+    container:
+      image: tmio/tuweni-build:1.0
     steps:
       - uses: actions/checkout@v1
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org