Skip to content

Commit

Permalink
Release fixup: Remove libslirp submodule from GH CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bscottm committed Dec 28, 2024
1 parent b86e17c commit e6ad777
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ jobs:
if: ${{runner.os == 'Linux'}}
run: sh -ex .travis/deps.sh linux

- name: libslirp module
run: |
git submodule sync
git submodule set-url -- libslirp https://gitlab.freedesktop.org/bscottmichel/libslirp-minimal.git
git submodule set-branch --branch incr-minimal libslirp
git submodule update --init --recursive --remote
- name: makefile build
env:
SIM: ${{matrix.simulators}}
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/cmake-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
sh -ex .travis/deps.sh linux
sudo apt install -ym ninja-build
- name: libslirp module
run: |
git submodule sync
git submodule set-url -- libslirp https://gitlab.freedesktop.org/bscottmichel/libslirp-minimal.git
git submodule set-branch --branch incr-minimal libslirp
git submodule update --init --recursive --remote
- name: cmake-builder.sh
run: |
cmake/cmake-builder.sh --config Release --flavor ninja --lto --notest --parallel --verbose --cpack_suffix x86_64-${{matrix.os}}
Expand Down Expand Up @@ -88,13 +81,6 @@ jobs:
run: |
sh -ex .travis/deps.sh osx
- name: libslirp module
run: |
git submodule sync
git submodule set-url -- libslirp https://gitlab.freedesktop.org/bscottmichel/libslirp-minimal.git
git submodule set-branch --branch incr-minimal libslirp
git submodule update --init --recursive --remote
- name: cmake-builder.sh
run: |
cmake/cmake-builder.sh --config Release --flavor xcode --notest --cpack_suffix ${{env.CPACK_SUFFIX}}
Expand Down Expand Up @@ -134,12 +120,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: libslirp module
run: |
git submodule sync
git submodule set-url -- libslirp https://gitlab.freedesktop.org/bscottmichel/libslirp-minimal.git
git submodule set-branch --branch incr-minimal libslirp
git submodule update --init --recursive --remote
- name: Install v141_xp (XP toolkit) and build SIMH
shell: pwsh
run: |
Expand Down Expand Up @@ -219,12 +199,6 @@ jobs:
build: [vs2022, vs2022-x64]
steps:
- uses: actions/checkout@v4
- name: libslirp module
run: |
git submodule sync
git submodule set-url -- libslirp https://gitlab.freedesktop.org/bscottmichel/libslirp-minimal.git
git submodule set-branch --branch incr-minimal libslirp
git submodule update --init --recursive --remote
- name: vs2022 build
shell: pwsh
run: |
Expand Down

0 comments on commit e6ad777

Please sign in to comment.