Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
CI: attempt #2 at trying to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
David112x committed Jan 13, 2024
1 parent b8c4f86 commit 07ba205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: panchajanya1999/archlinux:latest
steps:
- name: Setup env
run: pacman -Syyu --noconfirm && pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
run: pacman -Sy --noconfirm && pacman -S archlinux-keyring --noconfirm && pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
- uses: actions/checkout@v4
- name: Add repo as a safe directory
run: git config --global --add safe.directory /__w/kernel_xiaomi_surya/kernel_xiaomi_surya
Expand Down
3 changes: 2 additions & 1 deletion cirrus.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Before building the kernel, first we need to update and then install a few packages on Cirrus CI and so we'll do that.
pacman -Syyu --noconfirm
pacman -Sy --noconfirm
pacman -S archlinux-keyring --noconfirm
pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
# After installing the packages, we can move onto calling the build script.

Expand Down

0 comments on commit 07ba205

Please sign in to comment.