On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
Hi all,
Recently there have been inquiries about support for D on
Alpine Linux, a distribution mostly used in combination with
Docker to create lightweight container images for microservices.
At BPF Korea, we're working on a blo
On Wednesday, 15 January 2020 at 11:48:29 UTC, kinke wrote:
On Wednesday, 15 January 2020 at 04:00:26 UTC, Mathias Lang
wrote:
The LDC package is not going to be cross-architecture in the
near future, but it should be able to correctly cross-compile
once LDC a version matching 2.090.1 is releas
On Wednesday, 15 January 2020 at 04:00:26 UTC, Mathias Lang wrote:
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
[...]
Time for an update!
The GDC PR have been merged, and followed by another large fix
to make it work on most architectures.
So if you use Alpine edge, you c
On Wednesday, 15 January 2020 at 04:00:26 UTC, Mathias Lang wrote:
The LDC package is not going to be cross-architecture in the
near future, but it should be able to correctly cross-compile
once LDC a version matching 2.090.1 is released (most likely
LDC 1.20.0).
What's the reason for that re
On Wednesday, 15 January 2020 at 11:46:21 UTC, aberba wrote:
On Wednesday, 15 January 2020 at 04:00:26 UTC, Mathias Lang
wrote:
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang
wrote:
[...]
Time for an update!
The GDC PR have been merged, and followed by another large fix
to make i
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
What's next ?
1) There is a pending PR
(https://github.com/alpinelinux/aports/pull/12006) to have GDC
working on all architectures alpine supports, not just x86_64.
2) Adding a package for gdmd
3) Rebuild packages based on GDC,
On Wednesday, 13 November 2019 at 12:27:52 UTC, user wrote:
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
```
apk --no-cache add -X
http://dl-cdn.alpinelinux.org/alpine/edge/testing ldc
ldc-static dtools-rdmd dub
```
A hello world vibe project doesn't build for me using a
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
```
apk --no-cache add -X
http://dl-cdn.alpinelinux.org/alpine/edge/testing ldc
ldc-static dtools-rdmd dub
```
A hello world vibe project doesn't build for me using a
Dockerfile using your template. I tried to add missing deps
On 2019-11-06 02:02, sarn wrote:
And the neat way to do that is with a multi-stage build: one Dockerfile,
with an Alpine container building the binary, then copying to a FROM
scratch container
I've used the "smith" tool as well [1]. It has some additonal help with
dynamically linked code. It
On Tuesday, 5 November 2019 at 12:20:04 UTC, Jacob Carlborg wrote:
On Tuesday, 5 November 2019 at 11:49:20 UTC, Daniel Kozak wrote:
Generally no, because Apline use musl libc instead of glibc,
so there are some issues with that
The correct way is to use static linking and putting only the
bi
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
At BPF Korea, we're working on a blockchain written in D
Hello,
Sorry if this has been said already: would you consider being
listed in https://dlang.org/orgs-using-d.html?
Thanks
Am 05.11.2019 um 10:48 schrieb Petar Kirov [ZombineDev]:
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
[..]
That's great news! Thanks a lot for your hard work!
# Note: This will redownload your dependencies every time, which
doesn't play well with docker
I have been mean
On Tuesday, 5 November 2019 at 11:49:20 UTC, Daniel Kozak wrote:
Generally no, because Apline use musl libc instead of glibc, so
there are some issues with that
The correct way is to use static linking and putting only the
binary in a Docker image, i.e. "from scratch" [1] ;). But using
Alpin
On Tue, Nov 5, 2019 at 12:05 PM Dejan Lekic via Digitalmars-d-announce
wrote:
>
> On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
> > Hi all,
> > Recently there have been inquiries about support for D on
> > Alpine Linux, a distribution mostly used in combination with
> > Docker t
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
Hi all,
Recently there have been inquiries about support for D on
Alpine Linux, a distribution mostly used in combination with
Docker to create lightweight container images for microservices.
At BPF Korea, we're working on a blo
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
[..]
That's great news! Thanks a lot for your hard work!
# Note: This will redownload your dependencies every time,
which doesn't play well with docker
I have been meaning to add a docker and CI friendly command to
dub that f
On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote:
Hi all,
Recently there have been inquiries about support for D on
Alpine Linux, a distribution mostly used in combination with
Docker to create lightweight container images for microservices.
[...]
This is great! Much thanks t
Hi all,
Recently there have been inquiries about support for D on Alpine
Linux, a distribution mostly used in combination with Docker to
create lightweight container images for microservices.
At BPF Korea, we're working on a blockchain written in D, and
wanted to be able to easily test and di
18 matches
Mail list logo