Skip to content

Commit

Permalink
smallfixes for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 2, 2018
1 parent 7cd08bd commit 8a7c4cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,18 @@ Failure: /usr/local/lib/node_modules/bs-platform/lib/ninja.exe

##### Notes #####

### an-api

Failure. Should give a try with a nightly release dockerized image to fix the following error :

```
error[E0554]: #![feature] may not be used on the stable release channel
--> /Users/herbin/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:1:1
|
1 | #![feature(plugin_registrar, rustc_private, quote)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
### an-api

error: aborting due to previous error
For more information about this error, try `rustc --explain E0554`.
```
1 change: 1 addition & 0 deletions _provisioning/an-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN git clone https://framagit.org/tricoteuses/tricoteuses-api-assemblee

WORKDIR tricoteuses-api-assemblee

RUN cargo build
RUN npm install --verbose

# using api port specified in ui config

0 comments on commit 8a7c4cd

Please sign in to comment.