diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-08-31 00:58:43 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-08-31 00:58:43 +1000 |
commit | bb669a76d5cdceec1a8a7d15b00dbc212488c793 (patch) | |
tree | 628773d885e96794518fd127ab4875b1b81aa571 /spirv-tools-32 | |
parent | 8a28a9337f85ce9edb90a9810f81a55e9be5a8ae (diff) | |
download | compat-32-bb669a76d5cdceec1a8a7d15b00dbc212488c793.tar.gz compat-32-bb669a76d5cdceec1a8a7d15b00dbc212488c793.tar.xz |
spirv-tools-32: add build jobs
Diffstat (limited to 'spirv-tools-32')
-rw-r--r-- | spirv-tools-32/.signature | 4 | ||||
-rw-r--r-- | spirv-tools-32/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/spirv-tools-32/.signature b/spirv-tools-32/.signature index 7ef02112..040de0c1 100644 --- a/spirv-tools-32/.signature +++ b/spirv-tools-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXYypuOky86GnFJRdU83L0GsMXEUmn4znyAtfhgGJ3biBEvDYRhFRYtbZMAa9S06GCG0hPVFzYEUGG3RcbyInYAA= -SHA256 (Pkgfile) = 10eb76ee9822bf30751ecf382b2ea5d69e1cca7f50569dee4561d879e3765c47 +RWSwxGo/zH7eXXEo/qY2btEL/IueGF07GlfvfiY0nuYwVIJ6DnQxP1uwP1Gg9zJlfBbV8KrOMZb9dbkPwZiFBjbQ7QAdmw96WwI= +SHA256 (Pkgfile) = 12e8e37a324071b7aa2b20e3e25d896390fd94899330461a6abd35415743570b SHA256 (.footprint) = 18875d5e13ef976316368e5988ca8109818607102812599965f9dbfd4675b9ca SHA256 (aa9e8f538041db3055ea443080e0ccc315fa114f) = 7d84713e5760108991edb02b0e65dcf46ce7a1137108a46a9e9d204c8a8fb40d diff --git a/spirv-tools-32/Pkgfile b/spirv-tools-32/Pkgfile index e85ee059..42bb95ac 100644 --- a/spirv-tools-32/Pkgfile +++ b/spirv-tools-32/Pkgfile @@ -31,7 +31,7 @@ build() { -DPYTHON_EXECUTABLE=/usr/bin/python3 \ -G Ninja - ninja + ninja -j ${JOBS:-1} DESTDIR=$PKG ninja install rm -r $PKG/usr/{bin,include} |