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

archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new d05ecafc4 interpreters/quickjs/CMakeLists.txt: Sync of build Cmake 
with build Make
d05ecafc4 is described below

commit d05ecafc4b7fea5b68abe7a53d3c35e1a0d8b174
Author: simbit18 <simbi...@gmail.com>
AuthorDate: Mon Feb 17 19:10:42 2025 +0100

    interpreters/quickjs/CMakeLists.txt: Sync of build Cmake with build Make
    
    Setting the right version 2024-02-14
    
    To avoid future breakage, used the URL with last commit ID
    
    Signed-off-by: simbit18 <simbi...@gmail.com>
---
 interpreters/quickjs/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/interpreters/quickjs/CMakeLists.txt 
b/interpreters/quickjs/CMakeLists.txt
index 38c4b26e8..e64c2d0c7 100644
--- a/interpreters/quickjs/CMakeLists.txt
+++ b/interpreters/quickjs/CMakeLists.txt
@@ -28,8 +28,8 @@ if(CONFIG_INTERPRETERS_QUICKJS)
 
     FetchContent_Declare(
       quickjs_fetch
-      URL ${QUICKJS_URL_BASE}/refs/heads/master.zip SOURCE_DIR
-          ${CMAKE_CURRENT_LIST_DIR}/quickjs BINARY_DIR
+      URL ${QUICKJS_URL_BASE}/6e2e68fd0896957f92eb6c242a2e048c1ef3cae0.zip
+          SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/quickjs BINARY_DIR
           ${CMAKE_BINARY_DIR}/apps/interpreters/quickjs/quickjs
       PATCH_COMMAND
         patch -p1 -d ${CMAKE_CURRENT_LIST_DIR}/quickjs <
@@ -56,7 +56,7 @@ if(CONFIG_INTERPRETERS_QUICKJS)
     TARGET nuttx
     APPEND
     PROPERTY NUTTX_INCLUDE_DIRECTORIES ${NUTTX_APPS_DIR}/interpreters/quickjs)
-  set(QUICKJS_VERSION "\"2020-11-08\"")
+  set(QUICKJS_VERSION "\"2024-02-14\"")
   set(QUICKJS_FLAGS)
   set(QUICKJS_INCDIR)
   set(QUICKJS_CSRCS)

Reply via email to