Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Rousselin
jscoq-light
Commits
67c89319
Commit
67c89319
authored
4 years ago
by
Shachar Itzhaky
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup] Actually I have found that a cleaner solution is just to upgrade fflate.
https://github.com/101arrowz/fflate/issues/17
parent
13f0058f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dune
+1
-1
1 addition, 1 deletion
dune
etc/docker/Makefile
+9
-0
9 additions, 0 deletions
etc/docker/Makefile
package.json
+1
-1
1 addition, 1 deletion
package.json
with
11 additions
and
2 deletions
dune
+
1
−
1
View file @
67c89319
...
...
@@ -9,7 +9,7 @@
(package coq))
(action
(progn
(run node
--experimental-worker
%{dep:cli.js} %{dep:coq-jslib/metadata/coq-pkgs.json}
(run node %{dep:cli.js} %{dep:coq-jslib/metadata/coq-pkgs.json}
--rootdir %{env:COQBUILDDIR_REL=.} --nostdlib))))
(rule
...
...
This diff is collapsed.
Click to expand it.
etc/docker/Makefile
+
9
−
0
View file @
67c89319
...
...
@@ -9,6 +9,8 @@ export NJOBS ?= 4
ARGS
=
--build-arg
REPO
--build-arg
BRANCH
--build-arg
NJOBS
# --progress plain --no-cache=true
EXISTING_IMAGES
=
${
shell docker images
--filter
=
reference
=
"jscoq:*"
--format
'{{.Repository
}
}:{{.Tag}}'
}
build
:
docker build
.
--target
opam
$(
ARGS
)
-t
jscoq:opam
docker build
.
--target
jscoq-prereq
$(
ARGS
)
-t
jscoq:prereq
...
...
@@ -16,12 +18,19 @@ build:
docker build
.
--target
jscoq-addons
$(
ARGS
)
-t
jscoq:addons
dist
:
rm
-rf
./dist
docker run
--name
jscoq-get-dist jscoq:addons
\
sh
-c
'mkdir -p dist && cp _build/jscoq+64bit/*.tgz dist'
docker
cp
jscoq-get-dist:/root/jscoq/dist .
docker
cp
jscoq-get-dist:/root/jscoq-addons/dist .
docker
rm
jscoq-get-dist
clean
:
docker image
rm
${
filter-out jscoq:opam jscoq:prereq,
$(
EXISTING_IMAGES
)}
clean-slate
:
docker image
rm
$(
EXISTING_IMAGES
)
serve
:
docker run
--publish
8080:8080
--rm
-it
jscoq
\
npx static-server
-p
8080 _build/dist
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
67c89319
...
...
@@ -11,7 +11,7 @@
"
bootstrap
"
:
"
^3.4.1
"
,
"
codemirror
"
:
"
^5.49.2
"
,
"
commander
"
:
"
^5.0.0
"
,
"
fflate-unzip
"
:
"
^0.
3.6-
0
"
,
"
fflate-unzip
"
:
"
^0.
6.
0
"
,
"
find
"
:
"
^0.3.0
"
,
"
glob
"
:
"
^7.1.3
"
,
"
jquery
"
:
"
^3.5.1
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment