Skip to content

Commit

Permalink
Remove CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 30, 2024
1 parent 323f63f commit 3898ac6
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,62 +448,8 @@ workflows:
version: 2
build_and_test:
jobs:
- libwasmvm_sanity
# Temporarily disabled. This check is still running on main.
# - libwasmvm_sanity_windows
- libwasmvm_clippy:
matrix:
parameters:
# Run with MSRV and some modern stable Rust
rust-version: ["1.74.0", "1.80.0"]
- libwasmvm_audit
- format-go
- wasmvm_no_cgo
- nolink_libwasmvm
- tidy-go
- format-scripts
- lint-scripts
- build_shared_library:
filters: # required since other jobs with tag filters require this one
tags:
only: /.*/
- wasmvm_test:
requires:
- build_shared_library
- build_static_lib:
requires:
- build_shared_library
filters:
# tags and branches are OR combined
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
branches:
only:
# long living branches
- main
- 0.14-dev
# This is long running, so only double-check on merge commits
# ensures that all code works on alpine linux
- test_alpine_build:
filters:
tags:
ignore:
- /.*/
branches:
only:
# long living branches
- main
# Development
- GoIter-creation
# Run only on main, not on tags (auto-build on merge PR)
- deploy_to_git:
requires:
- libwasmvm_sanity
- format-go
- tidy-go
- format-scripts
- lint-scripts
- wasmvm_test
filters:
tags:
ignore:
Expand Down

0 comments on commit 3898ac6

Please sign in to comment.