Skip to content

Initial commit for yaml witnesses#11

Merged
leventeBajczi merged 10 commits into
mainfrom
yaml-witness
Jun 20, 2026
Merged

Initial commit for yaml witnesses#11
leventeBajczi merged 10 commits into
mainfrom
yaml-witness

Conversation

@leventeBajczi

Copy link
Copy Markdown
Collaborator

No description provided.

cancel-in-progress: false

permissions:
contents: read

permissions:
contents: read
pages: write
permissions:
contents: read
pages: write
id-token: write
Comment thread www-demo/Dockerfile
cd / && zip -rq py.zip py

# --- Final image: nginx serving the static site ---
FROM nginx:alpine
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Comment thread package.sh
rm -rf build ConcurrentWitness2Test ConcurrentWitness2Test.pyz ConcurrentWitness2Test.zip

mkdir build
pip install --target build -r requirements.txt
Comment thread www-demo/Dockerfile
# --- Monaco editor, vendored via npm ---
FROM node:22-alpine AS monaco
WORKDIR /build
RUN npm install monaco-editor@0.55.1 --no-save
Comment thread www-demo/Dockerfile
# simulation. Used by "Compile & Run" for unreach-call witnesses only. ---
FROM node:22-alpine AS wasmersdk
WORKDIR /build
RUN npm install @wasmer/sdk@0.10.0 --no-save
Comment thread www-demo/Dockerfile
FROM alpine:3 AS pywheels
RUN apk add --no-cache curl
WORKDIR /wheels
RUN curl -sLO https://files.pythonhosted.org/packages/01/ca/ada7f39c5a0977893e0ef809b1617b259b2d76f6382a7abad00dd6d77904/pcpp-1.30-py2.py3-none-any.whl
Comment thread package.sh
rm -rf build ConcurrentWitness2Test ConcurrentWitness2Test.pyz ConcurrentWitness2Test.zip

mkdir build
pip install --target build -r requirements.txt
Comment thread www-demo/Dockerfile
# --- Monaco editor, vendored via npm ---
FROM node:22-alpine AS monaco
WORKDIR /build
RUN npm install monaco-editor@0.55.1 --no-save
Comment thread www-demo/Dockerfile
# simulation. Used by "Compile & Run" for unreach-call witnesses only. ---
FROM node:22-alpine AS wasmersdk
WORKDIR /build
RUN npm install @wasmer/sdk@0.10.0 --no-save
Comment thread www-demo/Dockerfile
FROM alpine:3 AS pywheels
RUN apk add --no-cache curl
WORKDIR /wheels
RUN curl -sLO https://files.pythonhosted.org/packages/01/ca/ada7f39c5a0977893e0ef809b1617b259b2d76f6382a7abad00dd6d77904/pcpp-1.30-py2.py3-none-any.whl
cancel-in-progress: false

permissions:
contents: read

permissions:
contents: read
pages: write
permissions:
contents: read
pages: write
id-token: write
Comment thread www-demo/Dockerfile
cd / && zip -rq py.zip py

# --- Final image: nginx serving the static site ---
FROM nginx:alpine
@leventeBajczi leventeBajczi merged commit cb367b0 into main Jun 20, 2026
38 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants