]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : upgrade gradle to 2.4.2 (#1263)
authorGeorgi Gerganov <redacted>
Fri, 8 Sep 2023 14:58:14 +0000 (17:58 +0300)
committerGitHub <redacted>
Fri, 8 Sep 2023 14:58:14 +0000 (17:58 +0300)
* ci : upgrade gradle to 2.4.2

* cmake : add comment (#1129)

.github/workflows/build.yml
CMakeLists.txt

index a12f3f5afb281ec00aeaece01fd6d7bc11374d2a..1370742c65c12104645b80d78121f2a70e4f8f45 100644 (file)
@@ -428,7 +428,7 @@ jobs:
 
       - name: Publish package
         if: ${{ github.ref == 'refs/heads/master' }}
-        uses: gradle/gradle-build-action@v2
+        uses: gradle/gradle-build-action@2.4.2
         with:
           arguments: publish
           build-root-directory: bindings/java
index b20f6d41ce9563f1bdbbd2a3af8e6c4f865aaf3a..4c50e2aeb0e1bec4a8e872968fb11284b5ae3dbc 100644 (file)
@@ -321,6 +321,10 @@ else()
     endif()
 endif()
 
+#
+# POSIX conformance
+#
+
 # clock_gettime came in POSIX.1b (1993)
 # CLOCK_MONOTONIC came in POSIX.1-2001 / SUSv3 as optional
 # posix_memalign came in POSIX.1-2001 / SUSv3