You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/26 06:09:18 UTC

[incubator-pekko-grpc] branch main updated: CI build issues (#14)

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 60c18d37 CI build issues (#14)
60c18d37 is described below

commit 60c18d3792f7ea86abb82e499a812cec5ffddc78
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Jan 26 06:09:13 2023 +0000

    CI build issues (#14)
---
 .github/workflows/build-test.yml        | 14 +++++++-------
 benchmark-java/project/build.properties |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 168a068e..29ec2c56 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -30,13 +30,13 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.2
 
-      - name: FOSSA policy check
-        if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-grpc' }}
-        run: |-
-          curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
-          fossa analyze && fossa test
-        env:
-          FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
+      #- name: FOSSA policy check
+      #  if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-grpc' }}
+      #  run: |-
+      #    curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
+      #    fossa analyze && fossa test
+      #  env:
+      #    FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
 
       - name: Binary-compatibility check
         run: |-
diff --git a/benchmark-java/project/build.properties b/benchmark-java/project/build.properties
index 46e43a97..563a014d 100644
--- a/benchmark-java/project/build.properties
+++ b/benchmark-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.8.2
+sbt.version=1.7.2


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