Skip to content

Latest commit

 

History

History

18-xbb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

18-xbb

Prerequisites

The ubuntu-18.04-node-* docker image.

Build Docker images

There are several scripts:

  • build-v5.2.1.sh
bash ~/Work/xpack-build-box.git/ubuntu/18-xbb/build-v5.2.1.sh

docker images

Test

The following tests were performed on a Debian 11 running on an GIGABYTE motherboard with AMD 5600G.

docker run --interactive --tty ilegeul/ubuntu:amd64-18.04-xbb-v5.2.1

The following tests were performed on a Raspberry Pi OS running on a Raspberry CM4 with 8 GB RAM.

docker run --interactive --tty ilegeul/ubuntu:arm64v8-18.04-xbb-v5.2.1
docker run --interactive --tty ilegeul/ubuntu:arm32v7-18.04-xbb-v5.2.1

Publish

To publish, use:

docker push "ilegeul/ubuntu:amd64-18.04-xbb-v5.2.1"

docker push "ilegeul/ubuntu:arm64v8-18.04-xbb-v5.2.1"
docker push "ilegeul/ubuntu:arm32v7-18.04-xbb-v5.2.1"

Notes

The unpublished 3.4.1 version, directly derived from 3.4, was a failed attempt to fix the GCC tests by updating wine to 7.15.

Changes

  • v5.2.1 - add dc (used by binutils tests)