Skip to content

Commit

Permalink
Remove sandboxing host function interface (paritytech#12852)
Browse files Browse the repository at this point in the history
* Remove sandboxing interface

* Remove unused struct
  • Loading branch information
athei authored and ark0f committed Feb 27, 2023
1 parent 014d79c commit 2f13f97
Show file tree
Hide file tree
Showing 29 changed files with 34 additions and 3,810 deletions.
20 changes: 0 additions & 20 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,26 +166,6 @@ default:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs

.test-refs-wasmer-sandbox:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME == "master"
changes:
- client/executor/**/*
- frame/contracts/**/*
- primitives/sandbox/**/*
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
changes:
- client/executor/**/*
- frame/contracts/**/*
- primitives/sandbox/**/*
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
changes:
- client/executor/**/*
- frame/contracts/**/*
- primitives/sandbox/**/*

.build-refs:
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
Expand Down
Loading

0 comments on commit 2f13f97

Please sign in to comment.