Skip to content

Commit

Permalink
Merge pull request #268 from Dennisbonke/linux-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Oct 8, 2023
2 parents e3afb85 + 8279fba commit 769fa33
Show file tree
Hide file tree
Showing 51 changed files with 1,269 additions and 334 deletions.
1 change: 1 addition & 0 deletions bootstrap.d/app-accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ packages:
- dbus
- glib
- libxml
revision: 2
configure:
- args:
- 'meson'
Expand Down
16 changes: 11 additions & 5 deletions bootstrap.d/app-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages:
- host-cmake
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -54,7 +54,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
# Remove the test directory from the Makefile, as it tries to run (and fail on) the tests
Expand Down Expand Up @@ -92,6 +92,7 @@ packages:
- mlibc
- libiconv
- libintl
revision: 2
configure:
# Fix a build issue when building with gcc 10 and higher
- args: ['sed', '-i', '/The name/,+2 d', '@THIS_SOURCE_DIR@/src/global.c']
Expand Down Expand Up @@ -135,7 +136,7 @@ packages:
- host-automake-v1.15
pkgs_required:
- mlibc
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -175,6 +176,7 @@ packages:
- libexpat
- libxml
- zstd
revision: 2
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -208,6 +210,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -248,6 +251,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -286,7 +290,7 @@ packages:
- mlibc
- bzip2
- libiconv
revision: 4
revision: 5
configure:
# Fixup their makefile, thanks gentoo!
- args: |
Expand Down Expand Up @@ -339,6 +343,7 @@ packages:
pkgs_required:
- mlibc
- zlib
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -373,7 +378,7 @@ packages:
pkgs_required:
- mlibc
- bzip2
revision: 4
revision: 5
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down Expand Up @@ -410,6 +415,7 @@ packages:
- mlibc
- zlib
- xz-utils
revision: 2
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down
1 change: 1 addition & 0 deletions bootstrap.d/app-crypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
- mlibc
- libffi
- libtasn
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
3 changes: 2 additions & 1 deletion bootstrap.d/app-editors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ packages:
- ncurses
- libintl
- zlib
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -79,7 +80,7 @@ packages:
- mlibc
- ncurses
- libiconv
revision: 4
revision: 5
configure:
# vim does not seem to support out-of-tree builds, so we just copy
# the source tree into the build directory instead
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/app-emulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
- pixman
- ncurses
- nettle
revision: 7
revision: 8
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.d/app-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ packages:
pkgs_required:
- mlibc
- ncurses
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -96,7 +96,7 @@ packages:
pkgs_required:
- mlibc
- ncurses
revision: 6
revision: 7
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/app-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages:
- ncurses
- readline
- libiconv
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/dev-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
- mlibc
- readline
- zlib
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
25 changes: 13 additions & 12 deletions bootstrap.d/dev-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ sources:
- name: rust
subdir: 'ports'
git: 'https://github.com/rust-lang/rust.git'
tag: '1.67.1'
version: '1.67.1'
tag: '1.72.1'
version: '1.72.1'

- name: host-bootstrap-cargo
subdir: 'ports'
url: 'https://static.rust-lang.org/dist/2022-04-07/cargo-1.60.0-x86_64-unknown-linux-gnu.tar.xz'
url: 'https://static.rust-lang.org/dist/2023-06-01/cargo-1.70.0-x86_64-unknown-linux-gnu.tar.xz'
format: 'tar.xz'
checksum: blake2b:d60239d5977bfcf1c6f2d973d9d27e93d6d138ae6e929deb016afde8cd8e0ff0bba8396f8fa62d5e738be7bde7b91e9aa406ec2440e1ab50451c5b9ad2d8fdfb
extract_path: 'cargo-1.60.0-x86_64-unknown-linux-gnu'
version: '0.60.0'
checksum: blake2b:1c08994d28af4db6f69ce74a9cd90bbd9f66f011742d4f04f669ef5b8bf3942cc400d596e4698276fb9ef33b2bdbca5e006590ae49633f518c70ad54122e0e30
extract_path: 'cargo-1.70.0-x86_64-unknown-linux-gnu'
version: '1.70.0'

tools:
- name: host-python
Expand Down Expand Up @@ -93,8 +93,8 @@ tools:
source:
subdir: 'ports'
git: 'https://github.com/rust-lang/cargo.git'
tag: '0.68.0'
version: '0.68.0'
tag: '0.73.1'
version: '0.73.1'
tools_required:
- tool: host-rust
recursive: true
Expand Down Expand Up @@ -134,7 +134,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -163,7 +163,7 @@ packages:
- bzip2
- libxcrypt
- zlib
revision: 5
revision: 6
configure:
- args: ['cp', '-rf', '@THIS_SOURCE_DIR@/../perl-cross/.', '@THIS_SOURCE_DIR@/']
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
Expand Down Expand Up @@ -217,7 +217,7 @@ packages:
- util-linux-libs
- xz-utils
- zlib
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -263,6 +263,7 @@ packages:
- mlibc
- sqlite
- zlib
revision: 2
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
- args:
Expand Down Expand Up @@ -321,7 +322,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
Loading

0 comments on commit 769fa33

Please sign in to comment.