Skip to content

Commit

Permalink
remove fc38 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Jul 1, 2024
1 parent 672d886 commit 817e85f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 88 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build-acs-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,3 @@ jobs:
/home/runner/work/_temp/_github_home/rpmbuild/RPMS/x86_64/
!/home/runner/work/_temp/_github_home/rpmbuild/RPMS/x86_64/*debug*.rpm
build-fc38:
runs-on: ubuntu-latest
name: Build Fedora 38 kernel with ACS override patch
steps:
- name: Checkout this repo
uses: actions/checkout@v4

- name: Free up disk space
run: |
sudo apt-get -qq purge build-essential "ghc*"
sudo apt-get clean
# cleanup docker images not used by us
docker system prune -af
# free up a lot of stuff from /usr/local
sudo rm -rf /usr/local
df -h
- name: Build the Fedora 38 RPMs
id: build-rpms
uses: ./fc38-action

- name: Upload the RPMs as artifacts
uses: actions/upload-artifact@v4
with:
name: kernel-${{ steps.build-rpms.outputs.kernel-version }}-fc38-acs-override-rpms
path: |
/home/runner/work/_temp/_github_home/rpmbuild/RPMS/x86_64/
!/home/runner/work/_temp/_github_home/rpmbuild/RPMS/x86_64/*debug*.rpm
25 changes: 0 additions & 25 deletions fc38-action/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions fc38-action/action.yml

This file was deleted.

24 changes: 0 additions & 24 deletions fc38-action/entrypoint.sh

This file was deleted.

0 comments on commit 817e85f

Please sign in to comment.