diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:45:40 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-05 21:45:40 +0300 |
| commit | 1f36c1d58db4423dc09d8408897dbb507026f89b (patch) | |
| tree | 5cb2be2a74774906496f74a51b01f794937519d3 /.github | |
| parent | 697352a7cba6bbcc6603f02327a9f5f5f90bd393 (diff) | |
Added kernel panic layer
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/makepkg.yml | 35 | ||||
| -rw-r--r-- | .github/workflows/rust.yml | 25 |
2 files changed, 0 insertions, 60 deletions
diff --git a/.github/workflows/makepkg.yml b/.github/workflows/makepkg.yml deleted file mode 100644 index 043a84d..0000000 --- a/.github/workflows/makepkg.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Rust-makepkg-Arch - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: archlinux-latest - - steps: - - - uses: actions/checkout@v4 - - uses: docker://archlinux:latest - - name: Manual build test - run: cargo build --verbose - - - name: Cargo tests - run: cargo test --verbose - - - name: Test makepkg build - run: bash -c " - pacman -Sy --noconfirm base-devel git alsa-lib libx11 rustup && - useradd -m builder && - chown -R builder:builder /github/workspace && - cd /github/workspace/aur && - sudo -u builder bash -c ' - rustup default stable && - makepkg -sf --noconfirm --nocheck --syncdeps'"
\ No newline at end of file diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 87e74dd..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Rust-Ubuntu - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup environment - run: sudo apt install -y libasound2-dev libx11-dev - - - name: Build - run: cargo build --verbose --release - - - name: Test - run: cargo test --verbose
\ No newline at end of file |
