mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 03:13:23 +00:00
[chore] Bump to 0.5.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c9c00c92fe
commit
d2eb9e16ff
12
.github/workflows/kernel_test.yml
vendored
12
.github/workflows/kernel_test.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -23,9 +23,9 @@ jobs:
|
|||||||
unit-test:
|
unit-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -42,9 +42,9 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
2
.github/workflows/osdk_publish.yml
vendored
2
.github/workflows/osdk_publish.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
osdk-publish:
|
osdk-publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
8
.github/workflows/osdk_test.yml
vendored
8
.github/workflows/osdk_test.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
osdk-test:
|
osdk-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in asterinas/asterinas:0.4.2"
|
- run: echo "Running in asterinas/asterinas:0.5.0"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -37,9 +37,9 @@ jobs:
|
|||||||
osdk-doc-env-test:
|
osdk-doc-env-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/osdk:0.4.2
|
container: asterinas/osdk:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in asterinas/osdk:0.4.2"
|
- run: echo "Running in asterinas/osdk:0.5.0"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
2
.github/workflows/update-online-api-docs.yml
vendored
2
.github/workflows/update-online-api-docs.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
build_and_upload:
|
build_and_upload:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/update-website.yml
vendored
2
.github/workflows/update-website.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/asterinas:0.4.2
|
container: asterinas/asterinas:0.5.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/vsock_interaction.yml
vendored
2
.github/workflows/vsock_interaction.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Run Vsock Client and Server on Guest
|
- name: Run Vsock Client and Server on Guest
|
||||||
id: guest_vsock_client_server
|
id: guest_vsock_client_server
|
||||||
run: |
|
run: |
|
||||||
docker run --privileged --network=host --device=/dev/kvm -v ./:/root/asterinas asterinas/asterinas:0.4.2 \
|
docker run --privileged --network=host --device=/dev/kvm -v ./:/root/asterinas asterinas/asterinas:0.5.0 \
|
||||||
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
||||||
- name: Run Vsock Client on Host
|
- name: Run Vsock Client on Host
|
||||||
id: host_vsock_client
|
id: host_vsock_client
|
||||||
|
@ -51,7 +51,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. Run a Docker container as the development environment.
|
2. Run a Docker container as the development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.4.2
|
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.5.0
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||||
|
@ -48,7 +48,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. 运行一个作为开发环境的Docker容器。
|
2. 运行一个作为开发环境的Docker容器。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.4.2
|
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.5.0
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 在容器内,进入项目文件夹构建并运行星绽。
|
3. 在容器内,进入项目文件夹构建并运行星绽。
|
||||||
|
@ -44,7 +44,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. Run a Docker container as the development environment.
|
2. Run a Docker container as the development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v asterinas:/root/asterinas asterinas/asterinas:0.4.2
|
docker run -it --privileged --network=host --device=/dev/kvm -v asterinas:/root/asterinas asterinas/asterinas:0.5.0
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
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.
|
2. Run a Docker container as the development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.4.2_tdx
|
docker run -it --privileged --network=host --device=/dev/kvm -v ./asterinas:/root/asterinas asterinas/asterinas:0.5.0_tdx
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container,
|
3. Inside the container,
|
||||||
|
2
osdk/Cargo.lock
generated
2
osdk/Cargo.lock
generated
@ -122,7 +122,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-osdk"
|
name = "cargo-osdk"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-osdk"
|
name = "cargo-osdk"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Accelerate OS development with Asterinas OSDK"
|
description = "Accelerate OS development with Asterinas OSDK"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
Reference in New Issue
Block a user