microsandbox-rb-binaries 0.14.0-x86_64-linux-gnu → 0.15.0-x86_64-linux-gnu
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.
- checksums.yaml +4 -4
- data/lib/microsandbox/binaries.rb +2 -2
- data/vendor/bin/msb +0 -0
- data/vendor/lib/libkrunfw.so.5.6.1 +0 -0
- data/vendor/manifest.json +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed66806e1f0ccd8f6e12be1494b0c91ac18e65ef94c7f7ac34c1f31a247f29e7
|
|
4
|
+
data.tar.gz: 8cfe707e03ec089219988a343e50dc9273d7a78ca013c7ed5b5da8d675d1c41f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16a25a665196288f0f9be81e07114847b4e9b0192121c49d108a7e648d139196e2a30c5796a6609912b245e61a6bcdf0e07d3f48f0f7d22fd2c35ad78fce60eb
|
|
7
|
+
data.tar.gz: 8f58d46bb1d15284533caa9689311b2adffaab44e0f5bc1347c4a6a2324cd729edf91e66ea3bc8faaabe6a80acba44577738a2037b0a6f7bb9375217b2b9a4ea
|
|
@@ -20,11 +20,11 @@ module Microsandbox
|
|
|
20
20
|
module Binaries
|
|
21
21
|
# Gem version — kept in lockstep with `Microsandbox::VERSION` (asserted by
|
|
22
22
|
# the SDK's spec/unit/version_spec.rb).
|
|
23
|
-
VERSION = "0.
|
|
23
|
+
VERSION = "0.15.0"
|
|
24
24
|
|
|
25
25
|
# The upstream microsandbox release the vendored binaries come from. Must
|
|
26
26
|
# equal the SDK's `Microsandbox::RUNTIME_VERSION` for the SDK to use them.
|
|
27
|
-
RUNTIME_VERSION = "v0.6.
|
|
27
|
+
RUNTIME_VERSION = "v0.6.14"
|
|
28
28
|
|
|
29
29
|
# Directory holding the vendored runtime (`bin/`, `lib/`, `manifest.json`).
|
|
30
30
|
ROOT = File.expand_path("../../vendor", __dir__)
|
data/vendor/bin/msb
CHANGED
|
Binary file
|
|
Binary file
|
data/vendor/manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": 1,
|
|
3
3
|
"platform": "x86_64-linux-gnu",
|
|
4
|
-
"runtime_version": "v0.6.
|
|
4
|
+
"runtime_version": "v0.6.14",
|
|
5
5
|
"bundle_asset": "microsandbox-linux-x86_64.tar.gz",
|
|
6
|
-
"bundle_sha256": "
|
|
6
|
+
"bundle_sha256": "2db88548266a7a0ac6ec21c9e5fa2f8b241e337fbd22f120ec8dba42ca95f39a",
|
|
7
7
|
"files": {
|
|
8
|
-
"bin/msb": "
|
|
9
|
-
"lib/libkrunfw.so.5.6.1": "
|
|
8
|
+
"bin/msb": "eacba60dd05dfe3fd219d193b228270f07c01ac4db67dfb8c2dfb29561adb503",
|
|
9
|
+
"lib/libkrunfw.so.5.6.1": "d395efaa21984cc6934c900519909a12c8148d9688cfc88f9da3b42132ae32c2"
|
|
10
10
|
}
|
|
11
11
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: microsandbox-rb-binaries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.0
|
|
5
5
|
platform: x86_64-linux-gnu
|
|
6
6
|
authors:
|
|
7
7
|
- ya-luotao
|
|
@@ -12,7 +12,7 @@ dependencies: []
|
|
|
12
12
|
description: |
|
|
13
13
|
Platform-specific prebuilt binaries — the `msb` microVM runtime and the
|
|
14
14
|
`libkrunfw` firmware from upstream microsandbox release
|
|
15
|
-
v0.6.
|
|
15
|
+
v0.6.14 — for the microsandbox-rb SDK gem.
|
|
16
16
|
Install it alongside microsandbox-rb (same version) and the SDK uses these
|
|
17
17
|
binaries instead of downloading the runtime into ~/.microsandbox on first
|
|
18
18
|
use. Every file is verified against the upstream release's published
|