[Android] Bump the remote access has and implement the new npm script name

Nicolas Pomepuy git at videolan.org
Thu Jul 4 14:02:29 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jun 28 12:14:07 2024 +0200| [e82bccaf2fdfab2c5665680786255bda4b8929d6] | committer: Duncan McNamara

Bump the remote access has and implement the new npm script name

> https://code.videolan.org/videolan/vlc-android/commit/e82bccaf2fdfab2c5665680786255bda4b8929d6
---

 buildsystem/compile-remoteaccess.sh | 4 ++--
 buildsystem/gitlab/.gitlab-ci.yml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index ae00192daa..a2452736ed 100755
--- a/buildsystem/compile-remoteaccess.sh
+++ b/buildsystem/compile-remoteaccess.sh
@@ -57,7 +57,7 @@ done
 ##############################
   diagnostic "Setting up the Remote Access project"
 
-  REMOTE_ACCESS_TESTED_HASH=27d7222bb43bbc89161408419cba3eb80db65d7a
+  REMOTE_ACCESS_TESTED_HASH=28d9ae472bf7d0447970d8f19d3e8e5dc922d215
   REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess
 
   : ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/remoteaccess"}
@@ -83,6 +83,6 @@ done
     cd "$VLC_REMOTE_ACCESS_PATH"
 
     npm install
-    npm run build
+    npm run build-android
     cd ..
   fi
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 1edf2c3503..427aa768a1 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -62,7 +62,7 @@ webserver-build:
       - job: "webserver-install-dependencies"
     script:
         - cd "$WEBSERVER_DIR"
-        - npm run build
+        - npm run build-android
     artifacts:
       paths:
         - remoteaccess/



More information about the Android mailing list