Skip to content

Commit b02e90b

Browse files
authored
1 parent 706e25e commit b02e90b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

v/x.vweb/config.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
framework:
22
github: vlang/v
3-
version: 0.4
3+
version: weekly.2024.03
44

55
build_deps:
66
- libatomic1
7+
8+
bootstrap:
9+
- cd /opt/vlang && git fetch --all --tags && git checkout tags/weekly.2024.03 && make && v -version && cd /app
10+
11+
build_flags:
12+
- -prod -cc gcc

0 commit comments

Comments
 (0)