fix(ci): restore FreeBSD and MIPS builds
This commit is contained in:
@@ -79,8 +79,8 @@ jobs:
|
|||||||
OS: ubuntu-latest
|
OS: ubuntu-latest
|
||||||
- TARGET: x86_64-unknown-freebsd
|
- TARGET: x86_64-unknown-freebsd
|
||||||
OS: ubuntu-latest
|
OS: ubuntu-latest
|
||||||
ARTIFACT_NAME: freebsd-13.2-x86_64
|
ARTIFACT_NAME: freebsd-14.4-x86_64
|
||||||
BSD_VERSION: 13.2
|
BSD_VERSION: '14.4'
|
||||||
runs-on: ${{ matrix.OS }}
|
runs-on: ${{ matrix.OS }}
|
||||||
env:
|
env:
|
||||||
NAME: Vnt
|
NAME: Vnt
|
||||||
@@ -116,7 +116,7 @@ jobs:
|
|||||||
- name: List
|
- name: List
|
||||||
run: find ./
|
run: find ./
|
||||||
- name: Build Vnt X86_64-FreeBSD
|
- name: Build Vnt X86_64-FreeBSD
|
||||||
uses: cross-platform-actions/action@v0.23.0
|
uses: cross-platform-actions/action@v1.3.0
|
||||||
if: ${{ endsWith(matrix.TARGET, 'freebsd') }}
|
if: ${{ endsWith(matrix.TARGET, 'freebsd') }}
|
||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.TARGET }}
|
TARGET: ${{ matrix.TARGET }}
|
||||||
|
|||||||
Generated
-17
@@ -2104,12 +2104,6 @@ dependencies = [
|
|||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "http-range-header"
|
|
||||||
version = "0.4.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "httparse"
|
name = "httparse"
|
||||||
version = "1.10.1"
|
version = "1.10.1"
|
||||||
@@ -5948,22 +5942,11 @@ checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.10.0",
|
"bitflags 2.10.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
|
||||||
"futures-util",
|
|
||||||
"http",
|
"http",
|
||||||
"http-body",
|
|
||||||
"http-body-util",
|
|
||||||
"http-range-header",
|
|
||||||
"httpdate",
|
|
||||||
"mime",
|
|
||||||
"mime_guess",
|
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"tokio",
|
|
||||||
"tokio-util",
|
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
"tower-service",
|
"tower-service",
|
||||||
"tracing",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ edition = "2024"
|
|||||||
vnt-core.workspace = true
|
vnt-core.workspace = true
|
||||||
tokio = { workspace = true, features = ["full"] }
|
tokio = { workspace = true, features = ["full"] }
|
||||||
axum = "0.8.8"
|
axum = "0.8.8"
|
||||||
tower-http = { version = "0.7", features = ["fs", "cors", "trace"] }
|
tower-http = { version = "0.7", features = ["cors"] }
|
||||||
tower = { version = "0.5", features = ["util"] }
|
tower = { version = "0.5", features = ["util"] }
|
||||||
|
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user