ci: Disable lychee for now due to excessive build time issue during install.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -106,6 +106,7 @@ jobs:
|
|||||||
excludes: ${{inputs.excludes}}
|
excludes: ${{inputs.excludes}}
|
||||||
includes: ${{inputs.includes}}
|
includes: ${{inputs.includes}}
|
||||||
|
|
||||||
|
# disabled due to excessive build time issue installing cargo lychee
|
||||||
lychee:
|
lychee:
|
||||||
if: >
|
if: >
|
||||||
!failure() && !cancelled()
|
!failure() && !cancelled()
|
||||||
@@ -113,6 +114,7 @@ jobs:
|
|||||||
&& contains(fromJSON(inputs.feat_sets), fromJSON('["all"]')[0])
|
&& contains(fromJSON(inputs.feat_sets), fromJSON('["all"]')[0])
|
||||||
&& contains(fromJSON(inputs.rust_toolchains), fromJSON('["nightly"]')[0])
|
&& contains(fromJSON(inputs.rust_toolchains), fromJSON('["nightly"]')[0])
|
||||||
&& contains(fromJSON(inputs.sys_targets), fromJSON('["x86_64-v1-linux-gnu"]')[0])
|
&& contains(fromJSON(inputs.sys_targets), fromJSON('["x86_64-v1-linux-gnu"]')[0])
|
||||||
|
&& false
|
||||||
|
|
||||||
name: Lychee
|
name: Lychee
|
||||||
uses: ./.github/workflows/bake.yml
|
uses: ./.github/workflows/bake.yml
|
||||||
|
|||||||
@@ -1504,7 +1504,7 @@ cargo_installs = [
|
|||||||
"cargo-deb",
|
"cargo-deb",
|
||||||
#"cargo-arch",
|
#"cargo-arch",
|
||||||
"cargo-generate-rpm",
|
"cargo-generate-rpm",
|
||||||
"lychee",
|
#"lychee",
|
||||||
"mdbook",
|
"mdbook",
|
||||||
"typos-cli",
|
"typos-cli",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user