Skip to content

Commit

Permalink
added additional file for building the dylibs
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent a67f696 commit 49501f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
Empty file.
14 changes: 2 additions & 12 deletions .github/workflows/mac_release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Release

on:
push:
tags:
- '**'
on: [push]

jobs:
publish_jar:
name: Publish the JARs
name: Publish the mac JAR

strategy:
matrix:
Expand Down Expand Up @@ -49,13 +46,6 @@ jobs:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}

- name: Create dynamic libs
id: dylibs
shell: bash
run: |
export PATH="$HOME/.cargo/bin:$PATH"
cargo build
- name: Cache Cargo build
uses: actions/cache@v1
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- '**'
on: [push]

jobs:
publish_jar:
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
publish = false
name = "wasmer-jni"
version = "0.3.0"
authors = ["Ivan Enderlin <ivan.enderlin@hoa-project.net>"]
edition = "2018"
version = "1.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 49501f2

Please sign in to comment.