Skip to content

Commit a9d49c3

Browse files
authored
Merge pull request #71 from wolfSSL/fixTest
Build with the right version of doxybook2
2 parents df6b688 + 63c805c commit a9d49c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ RUN apt-get -y install pandoc mkdocs doxygen git build-essential cmake libfmt-de
1414
RUN git clone --depth=1 https://github.com/pantor/inja
1515
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install
1616

17-
RUN git clone --depth=1 https://github.com/matusnovak/doxybook2
17+
RUN git clone https://github.com/matusnovak/doxybook2
18+
# Checkout to working version of doxybook2
19+
RUN cd doxybook2 && git checkout 187dc2991dabe65f808263
1820
RUN cd doxybook2 && cmake . && make install
1921
# Copy the source files into Docker, this and any subsequent steps won't be cached
2022
WORKDIR /src/wolfssl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are not building using the Docker build system above you can build using
3535
sudo apt install pandoc texlive-full mkdocs doxygen
3636
```
3737

38-
You also need Doxybook2 installed which can be found at: <https://github.com/matusnovak/doxybook2>. Unfortunately there is no package for this. Installation instructions can be found at: <https://github.com/matusnovak/doxybook2#Install>
38+
You also need Doxybook2 installed which can be found at: <https://github.com/matusnovak/doxybook2>. Unfortunately there is no package for this. Installation instructions can be found at: <https://github.com/matusnovak/doxybook2#Install>. You'll likely have to checkout to this commit `1e5f8f0879aa1e908ccce250`.
3939

4040
If Doxybook2 is installed in a non-stardard path you can use the environment variable `DOXYBOOK_PATH` to set it.
4141

0 commit comments

Comments
 (0)