3 Commits

Author SHA1 Message Date
remittor
c5fe3ea00b fix 1 2025-12-30 16:42:39 +03:00
remittor
6cd0f64b8d xmake: Fix warning "your configuration is out of sync" 2025-12-30 14:16:17 +03:00
remittor
9cc255858e dependencies: Add libc6-dev for luajit 2025-12-30 14:15:05 +03:00
2 changed files with 5 additions and 6 deletions

View File

@@ -162,13 +162,12 @@ jobs:
run: |
sudo apt-get -qq update
#sudo apt-get -qq update && sudo apt-get -qq upgrade
sudo apt-get -qq install build-essential gawk flex rsync swig unzip zlib1g-dev file wget
sudo apt-get -qq install libc6-dev clang flex bison g++ gcc-multilib g++-multilib
sudo apt-get -qq install gettext git libncurses5-dev libssl-dev python3-setuptools
sudo apt-get -qq install libc6-dev pkg-config
sudo apt-get -qq install $(cat $DEPENDENCIES)
sudo apt-get -qq install libc6-dev pkg-config
sudo apt-get -qq autoremove --purge
sudo apt-get -qq clean
sudo timedatectl set-timezone "$TZ"
ls -l /usr/include/bits/
- name: Maximize build disk space
uses: easimon/maximize-build-space@master
@@ -239,7 +238,7 @@ jobs:
- name: Download tools and toolchain
id: tools_download
if: false # steps.configure.outputs.status == 'success'
if: steps.configure.outputs.status == 'success'
run: |
cd $BUILD_ROOT
G_TARGET_ARCH=$( grep -so '^CONFIG_TARGET_ARCH_PACKAGES=' .config | cut -d'"' -f2 )

View File

@@ -1 +1 @@
build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget
build-essential libc6-dev clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget