Giter Site home page Giter Site logo

Docker about bleeding-edge-toolchain HOT 8 OPEN

freddiechopin avatar freddiechopin commented on June 23, 2024 1
Docker

from bleeding-edge-toolchain.

Comments (8)

Federerer avatar Federerer commented on June 23, 2024 1

I've made alpine-based version:
Dockerfile
It contains only toolchain and it can be used in CI scenarios or as a base image (you can add your favourite tools etc).
In my opinion pulling a precompiled image is more convenient than 2+ hours build every time a new version is released 😉
BTW if you use vscode, the C/C++ extension might be supported under alpine in the future:
#4827 so @cszawisza's idea should be easily achievable using remote-containers extension.

from bleeding-edge-toolchain.

adamvm avatar adamvm commented on June 23, 2024

I would support development of this feature

from bleeding-edge-toolchain.

FreddieChopin avatar FreddieChopin commented on June 23, 2024

My personal knowledge of docker is zero and I have very little practice (I know how to run something, but just because I have the commands listed in a text file). My preference would therefore be to make this script easier to use for everyone (either by code improvements or by improving the docs/README) than to make such packaged toolchain with the assumption that this thing is so hard to use that docker is easier... Making a package that would contain not only the toolchain but also IDE and other software is a strange idea - if you would pick 3 developers at random, most likely they would be using 4 different IDEs (; Everyone has their own "favourite" IDE (be it Eclipse, vscode, emacs, vim, no-IDE-at-all, ...). Everyone has their own set of useful tools (some people use OpenOCD, others use tools from ST or other vendor, ...). And so on, and so on... But if someone wants to support and implement that - fine, be my guest.

from bleeding-edge-toolchain.

adamvm avatar adamvm commented on June 23, 2024

Personaly I would focus on pure toolchain docker like mine for x86 Linux https://hub.docker.com/repository/docker/sieger/u20cpp

from bleeding-edge-toolchain.

Trass3r avatar Trass3r commented on June 23, 2024

I use it for building. Could be a starting point for packaging.

from bleeding-edge-toolchain.

adamvm avatar adamvm commented on June 23, 2024

Step 1/5 : FROM ubuntu:rolling
---> 1d622ef86b13
Step 2/5 : ENV DEBIAN_FRONTEND=noninteractive
---> Using cache
---> c70caaa02067
Step 3/5 : RUN apt update && apt install -y build-essential bison flex texinfo python-dev g++-mingw-w64-x86-64 p7zip-full git curl xz-utils rdfind
---> Using cache
---> e1646ba18f24
Step 4/5 : WORKDIR /mnt/host
---> Using cache
---> e0a6e05eef51
Step 5/5 : ENTRYPOINT ["bash", "build-bleeding-edge-toolchain.sh", "--skip-documentation", "--enable-win64"]
---> Using cache
---> 04530592bd83
Successfully built 04530592bd83
Successfully tagged bleedingedge:200508

from bleeding-edge-toolchain.

adamvm avatar adamvm commented on June 23, 2024

What credentials should I use to connect with instance?

How this flag will interact "--enable-win64" if I have Docker on host machine with Ubuntu 20.04 LTS ?

from bleeding-edge-toolchain.

adamvm avatar adamvm commented on June 23, 2024

CLion expect that I will logon to remote toolchain with username and password
In another menu selected Docker image was launched with binding ssh port lto local machine port

image

from bleeding-edge-toolchain.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.