LinusU / LinusU/omega2-rust

OpenSSL

Open
#1 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The Onion toolchain provides a package for OpenSSL 1.0.2p that can be added to the image by adding something like this after the toolchain is built:

# Build openssl
WORKDIR /toolchain/source
RUN make -j8 package/openssl/compile
ENV MIPSEL_UNKNOWN_LINUX_MUSL_OPENSSL_DIR=/toolchain/source/staging_dir/target-mipsel_24kc_musl/usr

Potentially we want to include this 🤔

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the Dockerfile or toolchain image build where packages are added, using the OpenSSL build commands and MIPSEL_OPENSSL_DIR setting shown in the issue as the starting point. Confirm whether OpenSSL 1.0.2p should be included and verify that the resulting image contains the package and exposes the expected library path.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
build-system
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.