Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit b754590

Browse files
committed
temporary disable build cache
1 parent 35d5a22 commit b754590

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
type=semver,pattern={{version}}
3838
type=semver,pattern={{major}}.{{minor}}
3939
type=sha
40-
- name: Cache source archive
41-
uses: actions/cache@v4
42-
with:
43-
path: |
44-
cache
45-
prefix
46-
wasm-build
47-
key: archive-${{ github.sha }}
48-
restore-keys: |
49-
archive-
40+
# - name: Cache source archive
41+
# uses: actions/cache@v4
42+
# with:
43+
# path: |
44+
# cache
45+
# prefix
46+
# wasm-build
47+
# key: archive-${{ github.sha }}
48+
# restore-keys: |
49+
# archive-
5050
- name: Prepare container
5151
uses: docker/build-push-action@v5
5252
with:

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ FROM emscripten/emsdk:3.1.53
22

33
RUN apt-get update
44
RUN apt-get install -qqq -y --no-install-recommends autopoint po4a ninja-build pkg-config
5+
RUN echo "emscripten ALL=NOPASSWD: ALL" >> /etc/sudoers.d/emscripten && \
6+
chmod 0440 /etc/sudoers.d/emscripten && \
7+
usermod -aG sudo emscripten && \
8+
visudo -c
9+
510
USER emscripten
611
WORKDIR /home/emscripten

0 commit comments

Comments
 (0)