Browse Source

[C++/cuehttp]improve (#5979)

* add new freamwork: cuehttp

* modify port to 8080 & modify .travis.yml

* remove license

* [C++/cuehttp]improve perf

* improve

* improve

* fix date

* improve

* improve
xcyl 5 years ago
parent
commit
9fe6e98a2a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/C++/cuehttp/cuehttp.dockerfile

+ 2 - 1
frameworks/C++/cuehttp/cuehttp.dockerfile

@@ -9,7 +9,8 @@ WORKDIR /
 RUN git clone https://github.com/xcyl/cuehttp.git
 RUN git clone https://github.com/xcyl/cuehttp.git
 
 
 WORKDIR /cuehttp
 WORKDIR /cuehttp
-RUN git checkout b504d22388f9566712cc366a81da5be040645ef2
+
+RUN git checkout a7f5a4c935e22d110b70c5928c8ea2ce4dcbeeb5
 
 
 WORKDIR /cuehttp/examples/plaintext
 WORKDIR /cuehttp/examples/plaintext
 RUN mkdir build && cd build && cmake .. && make -j8
 RUN mkdir build && cd build && cmake .. && make -j8