Skip to content

OSE: created new build_script for v3.13. Aiohttp#8119

Open
kiranNukal wants to merge 10 commits intoppc64le:masterfrom
kiranNukal:aiohttp
Open

OSE: created new build_script for v3.13. Aiohttp#8119
kiranNukal wants to merge 10 commits intoppc64le:masterfrom
kiranNukal:aiohttp

Conversation

@kiranNukal
Copy link
Copy Markdown
Contributor

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

This script automates the installation of the aiohttp package version 3.13.5 on UBI 9.6, including system dependencies, Rust installation, and running tests.
Added build script for aiohttp version 3.13.5.
Updated version number and tested on UBI:9.3. Added clang to dependencies and modified test handling.
Comment thread a/aiohttp/aiohttp_v3.13.5_ubi_9.6.sh Outdated
# Install system dependencies
# -------------------------------
# clang is required for building llhttp (Makefile defaults to clang)
yum install -y git gcc gcc-c++ make wget openssl-devel bzip2-devel libffi-devel \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls put this in a single line without \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants