Skip to content

Add LoongArch64 compilation support #45

Add LoongArch64 compilation support

Add LoongArch64 compilation support #45

Workflow file for this run

name: ntfs-3g - Linux (gcc, Clang) build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
CC: [gcc, clang]
steps:
- uses: actions/checkout@v4
- name: install libgcrypt
run: sudo apt install libgcrypt20-dev
- name: configure
env:
CC: ${{ matrix.CC }}
run: |
./autogen.sh
./configure
- name: make
run: make