Skip to content

Commit

Permalink
get ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Jan 6, 2025
1 parent a79c54c commit bc509b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 184 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/main-armel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,7 @@ jobs:
runs-on: ${{ ( vars.ARM64_USE_UBICLOUD == '1' || github.repository == 'voorkant/voorkant-core' ) && 'ubicloud-standard-2-arm' || 'ubuntu-latest' }}
if: ${{ vars.ARM64_SKIP != '1' }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# - name: Update apt indexes
# run: sudo apt-get update
# - name: Install various apt dependencies
# run: sudo apt-get install build-essential cmake meson ninja-build nlohmann-json3-dev pkg-config libssl-dev libsdl2-dev
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build armel image
run: cd scripts/build-targets && make armel
- name: Configure Meson
run: scripts/build-targets/run armel sh -c 'LDFLAGS="-static -latomic" linux32 meson setup build-armel --prefer-static -Dbuildtype=release -Dlvgl-driver=fbdev'
- name: Build
run: scripts/build-targets/run armel sh -c 'linux32 meson compile -C build-armel'
# FIXME: put something useful (git hash?) in artifact name. We also want this in other workflows.
- uses: actions/upload-artifact@v4
with:
name: armel-build
path: ${{github.workspace}}/build-armel
- run: |
ip a
ip r
traceroute 9.9.9.9
63 changes: 0 additions & 63 deletions .github/workflows/main-openwrt.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit bc509b6

Please sign in to comment.