-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
FCM:
|
Я тут заметил, что Вы обновили |
Не подтверждаю. У Вас это на текущей ветке воспроизводится? В каком браузере? А если все предварительно почистить?
|
Вижу его только в сгенерированном jason.js:120
А если Вы вручную напишите в консоли: |
Проверял на Вашей, проблема есть.
В Firefox (
Вот эта ошибка с Chrome оказалась все таки еще интерсней, чем я думал. Она никак не связана с
Ошибка не уходит.
|
Дело в версиях бразуеров. unified-plan в хроме добавили в версии 72, BigUint64Array в FF добавили в версии 68. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored a bit, and also has setup Docker Hub image.
FCM:
Dockerize Medea (#35, #34)
- impl instrumentisto/medea Docker image
- add docker.build Makefile command
Additionally:
- add logging settings to config
- upd 'rand' to 0.7 and 'slog' to 2.5
Please, be careful when specifying FCM to merge commit form.
Dockerfile
Outdated
&& CARGO_HOME="${cargo_home}" \ | ||
# TODO: use --out-dir once stabilized | ||
# TODO: https://github.com/rust-lang/cargo/issues/6790 | ||
cargo build --offline --bin=medea ${rustc_opts} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, we cannot use --offline
. The image should be able to build without Makefile
at all. That's exactly what would happen on Docker Hub.
Makefile
here only gives us "tricks" to reduce image build time during dev/CI.
$(call docker.build.clean.ignore) | ||
define docker.build.clean.ignore | ||
@sed -i $(if $(call eq,$(shell uname -s),Darwin),'',) \ | ||
/^!target\/d .dockerignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've refactored this to support macOS.
Part of #34
Solution
Checklist
WIP:
prefixk::
labels appliedWIP:
prefix is removed