mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
fix(v)
switch to weekly builds. currently broken due to changes in the v c-compiler. git clone builds, so i expect this will be fixed with the next weekly release. it git clones the current compiler from another archive to build, so all past versions are strictly unbuildable (as is the most recent release).
This commit is contained in:
parent
6ab5fc2f4d
commit
049bb4bb07
|
@ -1,10 +1,10 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/vlang/v/archive/refs/tags/{{ version }}.tar.gz
|
url: https://github.com/vlang/v/archive/refs/tags/weekly.{{ version.raw }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: vlang/v/tags
|
github: vlang/v
|
||||||
ignore: /weekly\./
|
strip: /weekly\./
|
||||||
|
|
||||||
interprets:
|
interprets:
|
||||||
extensions: v
|
extensions: v
|
||||||
|
@ -21,8 +21,7 @@ build:
|
||||||
git apply props/int-types.diff
|
git apply props/int-types.diff
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cc -std=gnu11 -w -o v vc/v.c -lm
|
make
|
||||||
|
|
||||||
mkdir -p "{{prefix}}/"{libexec,bin}
|
mkdir -p "{{prefix}}/"{libexec,bin}
|
||||||
|
|
||||||
cp -R cmd thirdparty v v.mod vlib {{prefix}}/libexec/
|
cp -R cmd thirdparty v v.mod vlib {{prefix}}/libexec/
|
||||||
|
|
Loading…
Reference in a new issue