Skip to content

Commit

Permalink
fpga-image: Move gdb dependencies from VM to SD image (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmahowa-amd authored Feb 1, 2024
1 parent 5d7fcfa commit b39277c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fpga-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pre-requisites
run: |
sudo apt-get update
sudo apt-get -y install debootstrap binfmt-support qemu-user-static u-boot-tools gcc-aarch64-linux-gnu gdb-multiarch openocd
sudo apt-get -y install debootstrap binfmt-support qemu-user-static u-boot-tools gcc-aarch64-linux-gnu
rustup target add aarch64-unknown-linux-gnu
- name: Build SD image
Expand Down
2 changes: 1 addition & 1 deletion ci-tools/fpga-image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
if [[ -z "${SKIP_DEBOOTSTRAP}" ]]; then
(rm -rf out/rootfs || true)
mkdir -p out/rootfs
debootstrap --include git,curl,ca-certificates,locales,libicu72,sudo,vmtouch,fping,rdnssd,dbus,systemd-timesyncd --arch arm64 --foreign bookworm out/rootfs
debootstrap --include git,curl,ca-certificates,locales,libicu72,sudo,vmtouch,fping,rdnssd,dbus,systemd-timesyncd,libboost-regex1.74.0,openocd,gdb-multiarch --arch arm64 --foreign bookworm out/rootfs
chroot out/rootfs /debootstrap/debootstrap --second-stage
chroot out/rootfs useradd runner --shell /bin/bash --create-home

Expand Down

0 comments on commit b39277c

Please sign in to comment.