From e66b916c58e6917c66bb2d25e888945de55eabdd Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Wed, 11 Dec 2024 21:40:05 -0500 Subject: [PATCH] switch to nfs --- .github/workflows/build_python.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_python.yml b/.github/workflows/build_python.yml index d644a578..16160667 100644 --- a/.github/workflows/build_python.yml +++ b/.github/workflows/build_python.yml @@ -341,9 +341,9 @@ jobs: uses: actions/checkout@v4 - name: Start VM - uses: vmactions/freebsd-vm@v1 + uses: bjia56/freebsd-vm@nfs with: - sync: sshfs + sync: nfs release: ${{ steps.parse_release.outputs.release }} prepare: | pkg install -y cmake bash wget patch git zip python3 autoconf automake libtool gettext bison pkgconf gmake gperf patchelf texinfo @@ -407,9 +407,9 @@ jobs: path: ./python/ - name: Start VM - uses: vmactions/freebsd-vm@v1 + uses: bjia56/freebsd-vm@nfs with: - sync: sshfs + sync: nfs release: ${{ steps.parse_release.outputs.release }} prepare: | pkg install -y bash @@ -457,9 +457,9 @@ jobs: uses: actions/checkout@v4 - name: Start VM - uses: vmactions/solaris-vm@v1 + uses: bjia56/solaris-vm@nfs with: - sync: sshfs + sync: nfs release: ${{ steps.parse_release.outputs.release }} prepare: | pkg install --accept cmake git autoconf automake libtool bison gperf gcc pkg-config python-39 @@ -522,9 +522,9 @@ jobs: path: ./python/ - name: Start VM - uses: vmactions/solaris-vm@v1 + uses: bjia56/solaris-vm@nfs with: - sync: sshfs + sync: nfs release: ${{ steps.parse_release.outputs.release }} - name: Test in VM