aremily commented on pull request #103: URL: https://github.com/apache/commons-crypto/pull/103#issuecomment-669442387
Fair enough. I'll make the update. On Wed, Aug 5, 2020 at 3:14 PM Geoffrey Blake <[email protected]> wrote: > *@geoffreyblake* commented on this pull request. > ------------------------------ > > In Dockerfile > <https://github.com/apache/commons-crypto/pull/103#discussion_r465946010>: > > > +# the License. You may obtain a copy of the License at > +# > +# http://www.apache.org/licenses/LICENSE-2.0 > +# > +# Unless required by applicable law or agreed to in writing, software > +# distributed under the License is distributed on an "AS IS" BASIS, > +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > +# See the License for the specific language governing permissions and > +# limitations under the License. > + > +# This file builds the Linux-x86_64, Linux-arm, Linux-armfh. Linux aarch64 and Win64 jnilibs. It copies the contents of > +# the build host's project directory (commons-crypto) into the docker image and cross compiles the remaining builds. If > +# you run this script from a Mac after a successful build, the build in the resuing Docker image will include the Mac > +# build. > + > +FROM ubuntu:18.04 > > Sure, though for purposes of a release, it'd be best to take a distro that > is 'old'. The main concern is libc compatibility as compiling against newer > versions *is not* backward compatible to older versions, whereas > compiling against an old version of libc *is* forward compatible. > > Ubuntu 14.04 is still supported by Canonical according to their Docker hub > info page, and is old enough for Arm builds, but for x86, it'd be better to > go further back to something like CentOS7 or even 6. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/commons-crypto/pull/103#discussion_r465946010>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABUDY7QZTZNY6FHIYCNGSPTR7GVQZANCNFSM4PSSOBEQ> > . > ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
