You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the tip of the dub tree with gdc-11.2 and gdmd, I am not able to have dub build anything. If you try, for example:
$ DC=gdmd dub -b release a80 --cache=local
The build immediately fails with:
Invalid SemVer format: 2.076.1
You do not have this problem when using dmd as the compiler; the build completes as expected when using dmd.
On OpenBSD, I would like to ship a dub package on more platforms than just i386 and amd64. Since we (OpenBSD) know that gdc also works on (at least) macppc, powerpc64, armv7, and aarch64, not being able to offer dub on those platforms would be quite disappointing.
Please let me know if any additional information is needed to help solve this.
Comments
The text was updated successfully, but these errors were encountered:
bcallah reported this on 2021-10-12T03:49:12Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=22381
Description
Hello --
When using the tip of the dub tree with gdc-11.2 and gdmd, I am not able to have dub build anything. If you try, for example:
$ DC=gdmd dub -b release a80 --cache=local
The build immediately fails with:
Invalid SemVer format: 2.076.1
You do not have this problem when using dmd as the compiler; the build completes as expected when using dmd.
On OpenBSD, I would like to ship a dub package on more platforms than just i386 and amd64. Since we (OpenBSD) know that gdc also works on (at least) macppc, powerpc64, armv7, and aarch64, not being able to offer dub on those platforms would be quite disappointing.
Please let me know if any additional information is needed to help solve this.
Comments
The text was updated successfully, but these errors were encountered: