Commit db50e67
Binaries update (#8)
* removed bintray mentions and added bonus configuration in the release yaml that requires testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* changed action provider for prerelease
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* removed creating pre-release
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* update gradelev
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added echo command for arch
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added line
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* fix
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* trying
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added missing line
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* switched sopaces for tabs
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* small changes
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* typo
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added a separate file for the mac release
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* 2nd try with arch
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* distribution
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added additional file for building the dylibs
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* nerf eddition level
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* another nerf
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* aded file for dylib generation
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* /testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* changed generation command
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* changed release action
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added rustup target
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* typo
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* typo
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* testing
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* changed all the yamls to activate on release to test everything together
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* added some logs as well
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* removed the 32 linux platform as github doesnt support such images and wasmer-vm causes crash when trying to cross-compile
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* change to on push
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* the aarch64v linux is incompatible too
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* removed slashes
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* deleted the outdated commandd in makefile
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* undo deleting the makefile rust build commands as it is apperantly used by the test yaml as well
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
* Package all natives in a single jar. (#9)
* Adapt dynamic_libs.yaml so that it uploads libs as artifacts.
* Add condition when copying native libs to build dir.
Test download artifacts in release.yaml.
* Test fix pattern.
* Test fix pattern.
* Remove matrix.
* Test remove pattern from artifact download.
* Refactor dynamic_libs.yaml so that it's callable from release.yaml.
* Add needs flag to release.yaml
* Test list structure in native-libs directory.
* Rework dynamic_libs.yaml so that it's reusable.
Adapt release.yaml to use dynamic_libs_reusable.yaml.
Executing release.yaml from a branch uploads the jar with all the possible native libs inside the workflow artifacts.
Executing it from a tag uploads it to the tag's release.
* Test param passs fix.
* test
* test
* Remove github.event from the reusable workflow.
* Use github.ref.type instead of github.ref
* test
* test
* test
* Remove test step from dynamic_libs_reusable.yaml.
Use startsWith expression in release.yaml.
* Add docs.
Change name of JAR.
* Test using randomizes artifacts dir.
* Fix export syntax.
* Add section in README.md for env variable.
Rename GH_ARTIFACTS_DIR to EXT_ARTIFACTS_DIR
* Change 'native-libs' to using env var.
* test
* test
* Push EXT_ARTIFACTS_DIR to gh env.
* Add mkdir.
* Fix mkdir.
* Fix mkdir.
* Fix usage of env var in "with" section of step.
* Test
* Remove comments.
* Remove leftovers.
* fix: use "uname -m" when retrieving os arch in Native.java. Change win32 to windows.
* fix: translate x86_64 to amd64 to keep uniform naming of artifacts.
* Substitute random uuid for mktemp command.
* Test fix env var assign
* Test fix env var assign
* Test remove cache steps.
* Revert cache removal.
---------
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
Co-authored-by: Yordan Atanasov <99724706+Zurcusa@users.noreply.github.com>1 parent cb4fafe commit db50e67
File tree
11 files changed
+232
-257
lines changed- .github/workflows
- gradle/wrapper
- src/java/org/wasmer
11 files changed
+232
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
| |||
0 commit comments