Skip to content

Commit 53cfd67

Browse files
committed
fix: regenerate test ci-prerelease env with all transitive deps
1 parent 7ca1075 commit 53cfd67

File tree

4 files changed

+792
-0
lines changed

4 files changed

+792
-0
lines changed

test-compiler-runtime/.mulle/etc/env/environment-host-ci-prerelease.sh

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,150 @@ export MULLE__OBJC__RUNTIME_URL="https://github.com/mulle-objc/mulle-objc-runtim
1616
export MULLE__OBJC__RUNTIME_BRANCH="prerelease"
1717

1818

19+
#
20+
# mulle-core nodetype: ${MULLE__CORE_NODETYPE:-tar}
21+
#
22+
export MULLE__CORE_NODETYPE="git"
23+
24+
25+
#
26+
# mulle-core url: ${MULLE__CORE_URL:-https://github.com/mulle-core/mulle-core/archive/${MULLE_TAG}.tar.gz}
27+
#
28+
export MULLE__CORE_URL="https://github.com/mulle-core/mulle-core.git"
29+
30+
31+
#
32+
# mulle-core branch: ${MULLE__CORE_BRANCH}
33+
#
34+
export MULLE__CORE_BRANCH="prerelease"
35+
36+
37+
#
38+
# mulle-core-all-load nodetype: ${MULLE__CORE__ALL__LOAD_NODETYPE:-tar}
39+
#
40+
export MULLE__CORE__ALL__LOAD_NODETYPE="git"
41+
42+
43+
#
44+
# mulle-core-all-load url: ${MULLE__CORE__ALL__LOAD_URL:-https://github.com/mulle-core/mulle-core-all-load/archive/${MULLE_TAG}.tar.gz}
45+
#
46+
export MULLE__CORE__ALL__LOAD_URL="https://github.com/mulle-core/mulle-core-all-load.git"
47+
48+
49+
#
50+
# mulle-core-all-load branch: ${MULLE__CORE__ALL__LOAD_BRANCH}
51+
#
52+
export MULLE__CORE__ALL__LOAD_BRANCH="prerelease"
53+
54+
55+
#
56+
# libbacktrace nodetype: ${LIBBACKTRACE_NODETYPE:-tar}
57+
#
58+
export LIBBACKTRACE_NODETYPE="git"
59+
60+
61+
#
62+
# libbacktrace url: ${LIBBACKTRACE_URL:-https://github.com/mulle-core/libbacktrace/archive/${MULLE_TAG}.tar.gz}
63+
#
64+
export LIBBACKTRACE_URL="https://github.com/mulle-core/libbacktrace.git"
65+
66+
67+
#
68+
# libbacktrace branch: ${LIBBACKTRACE_BRANCH}
69+
#
70+
export LIBBACKTRACE_BRANCH="prerelease"
71+
72+
73+
#
74+
# mulle-c11 nodetype: ${MULLE__C11_NODETYPE:-tar}
75+
#
76+
export MULLE__C11_NODETYPE="git"
77+
78+
79+
#
80+
# mulle-c11 url: ${MULLE__C11_URL:-https://github.com/mulle-c/mulle-c11/archive/${MULLE_TAG}.tar.gz}
81+
#
82+
export MULLE__C11_URL="https://github.com/mulle-c/mulle-c11.git"
83+
84+
85+
#
86+
# mulle-c11 branch: ${MULLE__C11_BRANCH}
87+
#
88+
export MULLE__C11_BRANCH="prerelease"
89+
90+
91+
#
92+
# mulle-allocator nodetype: ${MULLE__ALLOCATOR_NODETYPE:-tar}
93+
#
94+
export MULLE__ALLOCATOR_NODETYPE="git"
95+
96+
97+
#
98+
# mulle-allocator url: ${MULLE__ALLOCATOR_URL:-https://github.com/mulle-c/mulle-allocator/archive/${MULLE_TAG}.tar.gz}
99+
#
100+
export MULLE__ALLOCATOR_URL="https://github.com/mulle-c/mulle-allocator.git"
101+
102+
103+
#
104+
# mulle-allocator branch: ${MULLE__ALLOCATOR_BRANCH}
105+
#
106+
export MULLE__ALLOCATOR_BRANCH="prerelease"
107+
108+
109+
#
110+
# mulle-thread nodetype: ${MULLE__THREAD_NODETYPE:-tar}
111+
#
112+
export MULLE__THREAD_NODETYPE="git"
113+
114+
115+
#
116+
# mulle-thread url: ${MULLE__THREAD_URL:-https://github.com/mulle-concurrent/mulle-thread/archive/${MULLE_TAG}.tar.gz}
117+
#
118+
export MULLE__THREAD_URL="https://github.com/mulle-concurrent/mulle-thread.git"
119+
120+
121+
#
122+
# mulle-thread branch: ${MULLE__THREAD_BRANCH}
123+
#
124+
export MULLE__THREAD_BRANCH="prerelease"
125+
126+
127+
#
128+
# mulle-dlfcn nodetype: ${MULLE__DLFCN_NODETYPE:-tar}
129+
#
130+
export MULLE__DLFCN_NODETYPE="git"
131+
132+
133+
#
134+
# mulle-dlfcn url: ${MULLE__DLFCN_URL:-https://github.com/mulle-core/mulle-dlfcn/archive/${MULLE_TAG}.tar.gz}
135+
#
136+
export MULLE__DLFCN_URL="https://github.com/mulle-core/mulle-dlfcn.git"
137+
138+
139+
#
140+
# mulle-dlfcn branch: ${MULLE__DLFCN_BRANCH}
141+
#
142+
export MULLE__DLFCN_BRANCH="prerelease"
143+
144+
145+
#
146+
# dlfcn-win32 nodetype: ${DLFCN__WIN32_NODETYPE:-tar}
147+
#
148+
export DLFCN__WIN32_NODETYPE="git"
149+
150+
151+
#
152+
# dlfcn-win32 url: ${DLFCN__WIN32_URL:-https://github.com/mulle-core/dlfcn-win32/archive/refs/tags/${MULLE_TAG}.tar.gz}
153+
#
154+
export DLFCN__WIN32_URL="https://github.com/mulle-core/dlfcn-win32.git"
155+
156+
157+
#
158+
# dlfcn-win32 branch: ${DLFCN__WIN32_BRANCH}
159+
#
160+
export DLFCN__WIN32_BRANCH="prerelease"
161+
162+
19163
#
20164
# mulle-objc-runtime-startup nodetype: ${MULLE__OBJC__RUNTIME__STARTUP_NODETYPE:-tar}
21165
#
@@ -52,3 +196,57 @@ export MULLE__TESTALLOCATOR_URL="https://github.com/mulle-core/mulle-testallocat
52196
export MULLE__TESTALLOCATOR_BRANCH="prerelease"
53197

54198

199+
#
200+
# mulle-atinit nodetype: ${MULLE__ATINIT_NODETYPE:-tar}
201+
#
202+
export MULLE__ATINIT_NODETYPE="git"
203+
204+
205+
#
206+
# mulle-atinit url: ${MULLE__ATINIT_URL:-https://github.com/mulle-core/mulle-atinit/archive/${MULLE_TAG}.tar.gz}
207+
#
208+
export MULLE__ATINIT_URL="https://github.com/mulle-core/mulle-atinit.git"
209+
210+
211+
#
212+
# mulle-atinit branch: ${MULLE__ATINIT_BRANCH}
213+
#
214+
export MULLE__ATINIT_BRANCH="prerelease"
215+
216+
217+
#
218+
# mulle-atexit nodetype: ${MULLE__ATEXIT_NODETYPE:-tar}
219+
#
220+
export MULLE__ATEXIT_NODETYPE="git"
221+
222+
223+
#
224+
# mulle-atexit url: ${MULLE__ATEXIT_URL:-https://github.com/mulle-core/mulle-atexit/archive/${MULLE_TAG}.tar.gz}
225+
#
226+
export MULLE__ATEXIT_URL="https://github.com/mulle-core/mulle-atexit.git"
227+
228+
229+
#
230+
# mulle-atexit branch: ${MULLE__ATEXIT_BRANCH}
231+
#
232+
export MULLE__ATEXIT_BRANCH="prerelease"
233+
234+
235+
#
236+
# mulle-stacktrace nodetype: ${MULLE__STACKTRACE_NODETYPE:-tar}
237+
#
238+
export MULLE__STACKTRACE_NODETYPE="git"
239+
240+
241+
#
242+
# mulle-stacktrace url: ${MULLE__STACKTRACE_URL:-https://github.com/mulle-core/mulle-stacktrace/archive/${MULLE_TAG}.tar.gz}
243+
#
244+
export MULLE__STACKTRACE_URL="https://github.com/mulle-core/mulle-stacktrace.git"
245+
246+
247+
#
248+
# mulle-stacktrace branch: ${MULLE__STACKTRACE_BRANCH}
249+
#
250+
export MULLE__STACKTRACE_BRANCH="prerelease"
251+
252+

0 commit comments

Comments
 (0)