Skip to content

Commit da19f11

Browse files
committed
Test
1 parent 83c81e1 commit da19f11

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

‎.github/workflows/call_build_native.yml‎

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,21 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11+
# pre-build:
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v4
15+
# - name: Get native library version from Maven project
16+
# shell: bash
17+
# run: |
18+
# NATIVE_LIB_VERSION=$(mvn help:evaluate -Dexpression=natives.lib.version -q -DforceStdout)
19+
# echo "NATIVE_LIB_VERSION=$NATIVE_LIB_VERSION" >> GITHUB_OUTPUT
20+
1121
build-native:
12-
uses: atraplet/clarabel4j-native/.github/workflows/build_native.yml@feature/add_native_build
22+
# needs: [ pre-build ]
23+
uses: atraplet/clarabel4j-native/.github/workflows/build_natives.yml@feature/add_native_build
24+
with:
25+
native-lib-version: 0.10.0
1326

1427
build:
1528
runs-on: ubuntu-latest
@@ -21,12 +34,6 @@ jobs:
2134
with:
2235
name: libclarabel_c.so
2336
path: src/main/resources/natives/linux_64
24-
- name: Check
25-
shell: bash
26-
run: |
27-
pwd
28-
ls -la ./
29-
ls -la ./src/main/resources/natives/linux_64
3037
- name: Get JDK version from Maven project
3138
shell: bash
3239
run: |

0 commit comments

Comments
 (0)