Skip to content

Commit b579cc3

Browse files
authored
chore: enable heavy load target that was disable (#430)
Signed-off-by: bkioshn <[email protected]>
1 parent edc857a commit b579cc3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/Earthfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ src:
2121
COPY --dir postgresql-ci+build/docs src/appendix/examples/built_docs/postgresql
2222

2323
# Build the docs here.
24-
# TODO: Enable when our earthly self-satellites will be back
25-
disable-docs:
24+
docs:
2625
FROM +src
2726

2827
DO docs-ci+BUILD

examples/wasm/c/Earthfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ builder:
88
COPY demo.wit ./wit/
99
COPY component.c .
1010

11-
# TODO: Enable when our earthly self-satellites will be back
12-
disable-build:
11+
build:
1312
FROM +builder
1413

1514
RUN /scripts/std_build.py --c_files="component.c" --out="component.wasm"

0 commit comments

Comments
 (0)