Bump version to 0.9.1
This commit is contained in:
parent
ab7c4f3740
commit
d930829866
|
@ -67,7 +67,7 @@ jobs:
|
|||
fail-fast: false
|
||||
timeout-minutes: 60
|
||||
container:
|
||||
image: asterinas/asterinas:0.9.0
|
||||
image: asterinas/asterinas:0.9.1
|
||||
options: --device=/dev/kvm
|
||||
env:
|
||||
# Need to set up proxy since the self-hosted CI server is located in China,
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
container: asterinas/asterinas:0.9.0
|
||||
container: asterinas/asterinas:0.9.1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.9.0
|
||||
container: asterinas/asterinas:0.9.1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
uses: pxpm/github-tag-action@1.0.1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v0.9.0
|
||||
tag: v0.9.1
|
||||
|
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.9.0
|
||||
container: asterinas/asterinas:0.9.1
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.9.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.9.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -28,9 +28,9 @@ jobs:
|
|||
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container: asterinas/asterinas:0.9.0
|
||||
container: asterinas/asterinas:0.9.1
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.9.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.9.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container:
|
||||
image: asterinas/asterinas:0.9.0
|
||||
image: asterinas/asterinas:0.9.1
|
||||
options: --device=/dev/kvm
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.9.0"
|
||||
- run: echo "Running in asterinas/asterinas:0.9.1"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -118,7 +118,7 @@ jobs:
|
|||
runs-on: self-hosted
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: asterinas/asterinas:0.9.0-tdx
|
||||
image: asterinas/asterinas:0.9.1-tdx
|
||||
options: --device=/dev/kvm --privileged
|
||||
env:
|
||||
# Need to set up proxy since the self-hosted CI server is located in China,
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
RUSTUP_DIST_SERVER: https://mirrors.ustc.edu.cn/rust-static
|
||||
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
|
||||
steps:
|
||||
- run: echo "Running in asterinas/asterinas:0.9.0-tdx"
|
||||
- run: echo "Running in asterinas/asterinas:0.9.1-tdx"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up the environment
|
||||
run: |
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: |
|
||||
docker run \
|
||||
--privileged --network=host --device=/dev/kvm \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.9.0 \
|
||||
-v ./:/root/asterinas asterinas/asterinas:0.9.1 \
|
||||
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
||||
- name: Run Vsock Client on Host
|
||||
id: host_vsock_client
|
||||
|
|
|
@ -21,9 +21,9 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
# asterinas/asterinas:0.9.0 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.9.0 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.9.0', 'asterinas/osdk:0.9.0']
|
||||
# asterinas/asterinas:0.9.1 container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.9.1 container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.9.1', 'asterinas/osdk:0.9.1']
|
||||
fail-fast: false
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
id: lint
|
||||
if: matrix.container == 'asterinas/asterinas:0.9.0'
|
||||
if: matrix.container == 'asterinas/asterinas:0.9.1'
|
||||
run: make check_osdk
|
||||
|
||||
# Github's actions/checkout@v4 will result in a new user (not root)
|
||||
|
@ -54,9 +54,9 @@ jobs:
|
|||
RUSTUP_UPDATE_ROOT: https://mirrors.ustc.edu.cn/rust-static/rustup
|
||||
strategy:
|
||||
matrix:
|
||||
# asterinas/asterinas:0.9.0-tdx container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.9.0-tdx container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.9.0-tdx', 'asterinas/osdk:0.9.0-tdx']
|
||||
# asterinas/asterinas:0.9.1-tdx container is the developing container of asterinas,
|
||||
# asterinas/osdk:0.9.1-tdx container is built with the intructions from Asterinas Book
|
||||
container: ['asterinas/asterinas:0.9.1-tdx', 'asterinas/osdk:0.9.1-tdx']
|
||||
fail-fast: false
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Lint
|
||||
id: lint
|
||||
if: matrix.container == 'asterinas/asterinas:0.9.0-tdx'
|
||||
if: matrix.container == 'asterinas/asterinas:0.9.1-tdx'
|
||||
run: make check_osdk
|
||||
# Github's actions/checkout@v4 will result in a new user (not root)
|
||||
# and thus not using the Rust environment we set up in the container.
|
||||
|
|
|
@ -1073,7 +1073,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|||
|
||||
[[package]]
|
||||
name = "osdk-test-kernel"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"ostd",
|
||||
"owo-colors 4.0.0",
|
||||
|
@ -1082,7 +1082,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ostd"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"acpi",
|
||||
"align_ext",
|
||||
|
@ -1126,7 +1126,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ostd-macros"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1154,7 +1154,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ostd-test"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
|
||||
[[package]]
|
||||
name = "owo-colors"
|
||||
|
|
|
@ -52,7 +52,7 @@ git clone https://github.com/asterinas/asterinas
|
|||
2. Run a Docker container as the development environment.
|
||||
|
||||
```bash
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.0
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.1
|
||||
```
|
||||
|
||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||
|
|
|
@ -49,7 +49,7 @@ git clone https://github.com/asterinas/asterinas
|
|||
2. 运行一个作为开发环境的Docker容器。
|
||||
|
||||
```bash
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.0
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.1
|
||||
```
|
||||
|
||||
3. 在容器内,进入项目文件夹构建并运行星绽。
|
||||
|
|
|
@ -48,7 +48,7 @@ docker run -it --privileged \
|
|||
--network=host \
|
||||
--device=/dev/kvm \
|
||||
-v $(pwd)/asterinas:/root/asterinas \
|
||||
asterinas/asterinas:0.9.0
|
||||
asterinas/asterinas:0.9.1
|
||||
```
|
||||
|
||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||
|
|
|
@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas
|
|||
2. Run a Docker container as the development environment.
|
||||
|
||||
```bash
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.0-tdx
|
||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.1-tdx
|
||||
```
|
||||
|
||||
3. Inside the container,
|
||||
|
|
|
@ -186,7 +186,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cargo-osdk"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"chrono",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cargo-osdk"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
description = "Accelerate OS development with Asterinas OSDK"
|
||||
license = "MPL-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "osdk-test-kernel"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
description = "The OSTD-based kernel for running unit tests with OSDK."
|
||||
license = "MPL-2.0"
|
||||
|
@ -9,6 +9,6 @@ repository ="https://github.com/asterinas/asterinas"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ostd = { version = "0.9.0", path = "../../ostd" }
|
||||
ostd = { version = "0.9.1", path = "../../ostd" }
|
||||
owo-colors = "4.0.0"
|
||||
unwinding = { version = "0.2.2", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ostd"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
|
||||
license = "MPL-2.0"
|
||||
|
@ -33,8 +33,8 @@ log = "0.4"
|
|||
num = { version = "0.4", default-features = false }
|
||||
num-derive = { version = "0.4", default-features = false }
|
||||
num-traits = { version = "0.2", default-features = false }
|
||||
ostd-macros = { version = "0.9.0", path = "libs/ostd-macros" }
|
||||
ostd-test = { version = "0.9.0", path = "libs/ostd-test" }
|
||||
ostd-macros = { version = "0.9.1", path = "libs/ostd-macros" }
|
||||
ostd-test = { version = "0.9.1", path = "libs/ostd-test" }
|
||||
owo-colors = { version = "3", optional = true }
|
||||
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
|
||||
spin = "0.9.4"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ostd-macros"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
description = "OSTD's proc macros"
|
||||
license = "MPL-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ostd-test"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
description = "The kernel mode unit testing framework of OSTD"
|
||||
license = "MPL-2.0"
|
||||
|
|
Loading…
Reference in New Issue