Skip to content

Commit 006cea6

Browse files
committed
fix: removal of local test results and depth=1 when cloning
1 parent 0b0e333 commit 006cea6

File tree

10 files changed

+2
-225
lines changed

10 files changed

+2
-225
lines changed

frameworks/V/pico.v/pico.v-optimized.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY ./main.v run.sh ./
66

7-
RUN git clone https://github.com/S-YOU/pico.v src && cd src && git checkout v0.0.4 \
7+
RUN git -b v0.0.1 --single-branch --depth 1 clone https://github.com/S-YOU/pico.v src && cd src && git checkout v0.0.4 \
88
&& cd /app/src/picoev && git clone https://github.com/S-YOU/picoev src && cd src && git checkout v0.0.1 \
99
&& cd /app/src/picohttpparser && git clone https://github.com/S-YOU/picohttpparser src && cd src && git checkout v0.0.1 \
1010
&& ln -s /app/src /root/.vmodules/syou \

frameworks/V/pico.v/pico.v.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY ./main.v run.sh ./
66

7-
RUN git clone https://github.com/S-YOU/pico.v src && cd src && git checkout v0.0.4 \
7+
RUN git -b v0.0.1 --single-branch --depth 1 clone https://github.com/S-YOU/pico.v src && cd src && git checkout v0.0.4 \
88
&& cd /app/src/picoev && git clone https://github.com/S-YOU/picoev src && cd src && git checkout v0.0.1 \
99
&& cd /app/src/picohttpparser && git clone https://github.com/S-YOU/picohttpparser src && cd src && git checkout v0.0.1 \
1010
&& ln -s /app/src /root/.vmodules/syou \

res4.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

res_picoev_1.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

res_picov.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

res_total.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

res_veb_brmassa.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

res_veb_opt.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

veb_brmassa_1.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

veb_brmassa_pg.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)