lbug 0.12.2 → 0.12.3-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lbug-source/.github/workflows/ci-workflow.yml +10 -0
- package/lbug-source/CMakeLists.txt +2 -2
- package/package.json +1 -1
- package/prebuilt/lbugjs-darwin-arm64.node +0 -0
- package/prebuilt/lbugjs-linux-arm64.node +0 -0
- package/prebuilt/lbugjs-linux-x64.node +0 -0
- package/prebuilt/lbugjs-win32-x64.node +0 -0
|
@@ -1196,6 +1196,16 @@ jobs:
|
|
|
1196
1196
|
steps:
|
|
1197
1197
|
- uses: actions/checkout@v4
|
|
1198
1198
|
|
|
1199
|
+
- name: Free disk space on Ubuntu runner
|
|
1200
|
+
uses: kfir4444/free-disk-space@main
|
|
1201
|
+
with:
|
|
1202
|
+
tool-cache: true
|
|
1203
|
+
android: true
|
|
1204
|
+
dotnet: true
|
|
1205
|
+
haskell: true
|
|
1206
|
+
large-packages: true
|
|
1207
|
+
swap-storage: true
|
|
1208
|
+
|
|
1199
1209
|
- name: Setup ccache
|
|
1200
1210
|
uses: hendrikmuhs/ccache-action@v1.2
|
|
1201
1211
|
with:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cmake_minimum_required(VERSION 3.15)
|
|
2
2
|
|
|
3
|
-
project(Lbug VERSION 0.12.2 LANGUAGES CXX C)
|
|
3
|
+
project(Lbug VERSION 0.12.3.2 LANGUAGES CXX C)
|
|
4
4
|
|
|
5
5
|
option(SINGLE_THREADED "Single-threaded mode" FALSE)
|
|
6
6
|
if(SINGLE_THREADED)
|
|
@@ -414,7 +414,7 @@ add_subdirectory(third_party)
|
|
|
414
414
|
|
|
415
415
|
add_definitions(-DLBUG_ROOT_DIRECTORY="${PROJECT_SOURCE_DIR}")
|
|
416
416
|
add_definitions(-DLBUG_CMAKE_VERSION="${CMAKE_PROJECT_VERSION}")
|
|
417
|
-
add_definitions(-DLBUG_EXTENSION_VERSION="
|
|
417
|
+
add_definitions(-DLBUG_EXTENSION_VERSION="dev")
|
|
418
418
|
|
|
419
419
|
if(BUILD_LBUG)
|
|
420
420
|
include_directories(
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|