Skip to content

Commit

Permalink
Merge pull request #70 from beckermr/no-hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 27, 2024
2 parents 2b16024 + 359f488 commit 6c46b02
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 50 deletions.
24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
centos_machine:
- aarch64
channel_sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
centos_machine:
- ppc64le
channel_sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
centos_machine:
- s390x
channel_sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
centos_machine:
- x86_64
channel_sources:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 12 additions & 16 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 2 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2.28" %}
{% set kernel_headers_version = "4.18.0" %}
{% set build_number = "2" %}
{% set build_number = "3" %}
{% set rpm_url = "https://repo.almalinux.org/vault/8.7/BaseOS/" ~ centos_machine ~ "/os/Packages" %}
{% set appstream_rpm_url = "https://repo.almalinux.org/vault/8.7/AppStream/" ~ centos_machine ~ "/os/Packages" %}
{% set powertools_rpm_url = "https://repo.almalinux.org/vault/8.7/PowerTools/" ~ centos_machine ~ "/os/Packages" %}
Expand Down Expand Up @@ -113,22 +113,12 @@ outputs:
binary_relocation: False
detect_binary_files_with_prefix: False
requirements:
run:
- _sysroot_{{ cross_target_platform }}_curr_repodata_hack 3.*
run_constrained:
- sysroot_{{ cross_target_platform }} =={{ version }}
test:
commands:
test -f $PREFIX/{{ target_machine }}-{{ ctng_vendor }}-linux-gnu/sysroot/usr/include/linux/version.h

- name: _sysroot_{{ cross_target_platform }}_curr_repodata_hack
version: 3
build:
noarch: generic
test:
commands:
- echo "works!"

- name: sysroot_{{ cross_target_platform }}
script: build-sysroot.sh
build:
Expand All @@ -143,7 +133,6 @@ outputs:
- __glibc >={{ version }},<3.0.a0
requirements:
run:
- _sysroot_{{ cross_target_platform }}_curr_repodata_hack 3.*
- {{ pin_subpackage('kernel-headers_' ~ cross_target_platform, exact=True) }}
test:
commands:
Expand Down Expand Up @@ -180,7 +169,7 @@ outputs:
- find "${PREFIX}" \( -name 'libcrypt*' -o -name 'crypt.*' \) | { ! grep . ; }

about:
home: http://sources.redhat.com/glibc/
home: https://repo.almalinux.org/vault/8.7
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
license_file: nss-license
Expand Down

0 comments on commit 6c46b02

Please sign in to comment.