Skip to content

Commit 5722ece

Browse files
authored
Remove sandboxing host function interface (paritytech#12852)
* Remove sandboxing interface * Remove unused struct
1 parent 200088e commit 5722ece

File tree

31 files changed

+34
-4478
lines changed

31 files changed

+34
-4478
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -166,26 +166,6 @@ default:
166166
- if: $CI_PIPELINE_SOURCE == "schedule"
167167
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
168168

169-
.test-refs-wasmer-sandbox:
170-
rules:
171-
- if: $CI_PIPELINE_SOURCE == "web"
172-
- if: $CI_PIPELINE_SOURCE == "schedule"
173-
- if: $CI_COMMIT_REF_NAME == "master"
174-
changes:
175-
- client/executor/**/*
176-
- frame/contracts/**/*
177-
- primitives/sandbox/**/*
178-
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
179-
changes:
180-
- client/executor/**/*
181-
- frame/contracts/**/*
182-
- primitives/sandbox/**/*
183-
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
184-
changes:
185-
- client/executor/**/*
186-
- frame/contracts/**/*
187-
- primitives/sandbox/**/*
188-
189169
.build-refs:
190170
rules:
191171
- if: $CI_PIPELINE_SOURCE == "pipeline"

0 commit comments

Comments
 (0)