File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 build-binaries :
1414 # needs: [create-release]
1515 runs-on :
16- - codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
16+ - self-hosted
17+ - Linux
18+ - X64
1719 steps :
1820 # Store the version, stripping any v-prefix
1921 - name : Write release version
@@ -27,21 +29,15 @@ jobs:
2729 with :
2830 submodules : recursive
2931
30- - name : Install required packages to run the virtual machine
31- run : apt-get update && apt-get install -y zstd
32+ - name : Sync with FreeBSD
33+ run :
34+ pwd
3235
33- # IMPORTANT: this will fail with Proxmox.
34- - name : Test in FreeBSD
35- uses : vmactions/freebsd-vm@v1
36- with :
37- envs : ' VERSION'
38- # release: "14.4"
39- sync : nfs
40- usesh : true
41- run : |
42- pwd
43- ls -l
44- uname -a
45- pkg update && pkg install rust
46- cargo -vV
47- echo "${VERSION}"
36+ # - name: Build on FreeBSD
37+ # run: |
38+ # pwd
39+ # ls -l
40+ # uname -a
41+ # pkg update && pkg install rust
42+ # cargo -vV
43+ # echo "${VERSION}"
You can’t perform that action at this time.
0 commit comments