File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010jobs :
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
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 : |
You can’t perform that action at this time.
0 commit comments