test
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup dependencies
|
- name: Setup dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update && sudo apt install p7zip-full nasm make gcc sudo mtools mkisofs parted gdisk gcc-multilib tree -y
|
sudo apt update && sudo apt install p7zip-full nasm make gcc sudo mtools mkisofs parted gdisk gcc-multilib git ccache libfuse3-dev build-essential flex bison gperf libncurses5-dev libncursesw5-dev gawk libmpfr-dev libgpm-dev zlib1g-dev yasm graphviz -y
|
||||||
|
|
||||||
- name: Restore toolchain
|
- name: Restore toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
@@ -101,7 +101,6 @@ jobs:
|
|||||||
- name: Build tup
|
- name: Build tup
|
||||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
sudo apt install git ccache libfuse3-dev build-essential flex bison gperf libncurses5-dev libncursesw5-dev gawk libmpfr-dev libgpm-dev zlib1g-dev yasm graphviz -y
|
|
||||||
git clone https://github.com/gittup/tup /home/autobuild/tup
|
git clone https://github.com/gittup/tup /home/autobuild/tup
|
||||||
cd /home/autobuild/tup
|
cd /home/autobuild/tup
|
||||||
sh bootstrap-nofuse.sh
|
sh bootstrap-nofuse.sh
|
||||||
@@ -118,7 +117,7 @@ jobs:
|
|||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: /root/autobuild
|
path: /root/autobuild
|
||||||
key: ${{ runner.os }}-kolibri-toolchain-${{ gitea.sha }}
|
key: ${{ runner.os }}-kolibri-toolchain--${{ gitea.sha }}
|
||||||
|
|
||||||
- name: Configure tup
|
- name: Configure tup
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user