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
# ld: multiple errors: symbol count from symbol table and dynamic symbol table differ in [.../dub.o]; address=0x0 points to section(2) with no content in '[...]/osx/lib/libphobos2.a[3177](config_a68_4c3.o)'
@@ -103,8 +106,9 @@ jobs:
103
106
uses: dlang-community/setup-dlang@v2
104
107
with:
105
108
compiler: ${{ matrix.dc }}
109
+
dub: latest # gdc doesn't come with dub
106
110
107
-
- name: Set DC and DMD
111
+
- name: Set environment variables
108
112
shell: bash
109
113
run: |
110
114
for name in DC DMD; do
@@ -113,6 +117,12 @@ jobs:
113
117
var=${var%.exe} # strip the extension
114
118
tee -a ${GITHUB_ENV} <<<"${name}=${var}"
115
119
done
120
+
# Pass -Wno-error with gdc, note that DFLAGS in the
121
+
# environment makes dub no longer pass -unittest on test
0 commit comments