Skip to content

Commit

Permalink
Updated stuff trying to get requirements for 32bit working for arm, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 23, 2024
1 parent 1882f15 commit 59f3dcc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
GODOT_SDK_LINUX_ARM64: /root/aarch64-godot-linux-gnu_sdk-buildroot
GODOT_SDK_LINUX_ARM32: /root/arm-godot-linux-gnueabihf_sdk-buildroot
SCONSFLAGS: verbose=yes warnings=no progress=no
BASE_PATH: $PATH
TERM: xterm
PLATFORM: linuxbsd
MONO: ${{ inputs.MONO }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/monoglue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
GODOT_SDK_LINUX_ARM32: /root/arm-godot-linux-gnueabihf_sdk-buildroot
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
SCONS_CACHE_MSVC_CONFIG: true
BASE_PATH: $PATH

jobs:
build-glue:
Expand All @@ -28,7 +27,7 @@ jobs:
repository: blazium-engine/blazium
ref: ${{ github.event.client_payload.branch }}
fetch-depth: 1

- name: Get BASE_PATH
id: pathing
run: |
Expand Down
2 changes: 1 addition & 1 deletion images/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN dnf update -y
RUN dnf install -y --setopt=install_weak_deps=False \
bash bzip2 curl file findutils gettext \
git make nano patch pkg-config unzip xz gcc-c++ cmake gdb \
glibc-devel glibc-devel.i686 libcxx-devel libcxx
glibc-devel glibc-devel.i686 libcxx-devel libcxx libstdc++-devel libstdc++.x86_64 libstdc++.i686

# Install Python and pip for SCons
RUN dnf install -y python3-pip
Expand Down

0 comments on commit 59f3dcc

Please sign in to comment.