Skip to content

Commit

Permalink
switch to nfs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Dec 12, 2024
1 parent 7c8eda3 commit e66b916
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e66b916

Please sign in to comment.