Skip to content

Commit 80559c4

Browse files
committed
ports: Misc updates
1 parent c48d39b commit 80559c4

File tree

23 files changed

+72
-183
lines changed

23 files changed

+72
-183
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Nightly Vinix rebuild
22

3-
on:
4-
schedule:
5-
- cron: '0 0 * * *'
3+
on: [push]
4+
#schedule:
5+
# - cron: '0 0 * * *'
66

77
jobs:
88
vinix-build:
@@ -23,14 +23,14 @@ jobs:
2323
- name: Enable user namespaces
2424
run: sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
2525

26-
#- name: Build full distro and ISO
27-
# run: PKGS_TO_INSTALL='*' make all
26+
- name: Build full distro and ISO
27+
run: JINX_CLEAN_WORKDIRS=yes PKGS_TO_INSTALL='*' make all
2828

29-
#- name: Rename vinix.iso
30-
# run: mv vinix.iso vinix-nightly-full-$(date +'%Y%m%d').iso
29+
- name: Rename vinix.iso
30+
run: mv vinix.iso vinix-nightly-full-$(date +'%Y%m%d').iso
3131

3232
- name: Build base distro and ISO
33-
run: make all
33+
run: JINX_CLEAN_WORKDIRS=yes make all
3434

3535
- name: Rename vinix.iso
3636
run: mv vinix.iso vinix-nightly-base-$(date +'%Y%m%d').iso

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ debug:
1414

1515
jinx:
1616
git clone https://codeberg.org/mintsuki/jinx.git jinx-repo
17-
git -C jinx-repo checkout d74795608094bb780b094962c5b2b14b952f4e78
17+
git -C jinx-repo checkout b3c7da97e5247bee0a876a7a5f6c104f019fcf79
1818
mv jinx-repo/jinx ./
1919
rm -rf jinx-repo
2020

host-recipes/gcc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
name=gcc
44
from_source=gcc-host
5+
clean_workdirs=no
56
revision=1
67
imagedeps="experimental:build-essential"
78
hostdeps="pkg-config"

host-recipes/icu

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

host-recipes/v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package() {
1616
rm -rf "${dest_dir}${prefix}"/v
1717
mkdir -p "${dest_dir}${prefix}"/v
1818
cp -r . "${dest_dir}${prefix}"/v/
19+
rm -rf "${dest_dir}${prefix}"/v/.git
1920

2021
mkdir -p "${dest_dir}${prefix}"/bin
2122
ln -sf ../v/v "${dest_dir}${prefix}"/bin/v

patches/cairo/jinx-working-patch.patch

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

patches/dbus/jinx-working-patch.patch

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

patches/gtk+-3/jinx-working-patch.patch

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

patches/libgcrypt/jinx-working-patch.patch

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

patches/libxfont2/jinx-working-patch.patch

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

0 commit comments

Comments
 (0)