Skip to content

Commit

Permalink
github: remove x86-64 build workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 4, 2024
1 parent 206b4c9 commit d17ab82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- name: Install build dependencies
run: |
sudo -E ./scripts/install_build_dependencies.sh
- name: pre-build without ffmuc-mesh-vpn-wireguard-vxlan (workaround for x86-64)
if: matrix.target == 'x86-64'
run: |
sed -i '/ffmuc-mesh-vpn-wireguard-vxlan/d' image-customization.lua
make BROKEN=1 GLUON_TARGETS=${{ matrix.target }} V=s
git checkout image-customization.lua
- name: build target ${{ matrix.target }}
id: compile
run: |
Expand Down

0 comments on commit d17ab82

Please sign in to comment.