File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy
6
6
branches :
7
7
- master
8
8
- dreamcast
9
+ - fix/ISSUE-8-libfmt-patch
9
10
paths-ignore :
10
11
- ' *.md'
11
12
- ' docs/**'
69
70
- name : Build DevilutionX
70
71
run : |
71
72
# patches libfmt to support long double
72
- patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch
73
+ # patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch
73
74
source /opt/toolchains/dc/kos/environ.sh && cd build && kos-make
74
75
75
76
- name : Generate .cdi
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ RUN source /opt/toolchains/dc/kos/environ.sh && \
31
31
export CMAKE_PREFIX_PATH=/opt/toolchains/dc/kos-ports/libbz2/inst/:/opt/toolchains/dc/kos-ports/zlib/inst/ && \
32
32
kos-cmake -S. -Bbuild
33
33
34
- RUN echo "Patching fmt to support long double..."
35
- RUN patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch
34
+ # RUN echo "Patching fmt to support long double..."
35
+ # RUN patch build/_deps/libfmt-src/include/fmt/format.h -l -p0 < libfmt-long-double.patch
36
36
37
37
RUN echo "Compiling..."
38
38
RUN source /opt/toolchains/dc/kos/environ.sh && cd build && kos-make
You can’t perform that action at this time.
0 commit comments