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
ea1c236a
Commit
ea1c236a
authored
2 years ago
by
Shachar Itzhaky
Browse files
Options
Downloads
Patches
Plain Diff
[build] Added findlib.conf for SDK image.
parent
3d771225
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/docker/Dockerfile
+2
-0
2 additions, 0 deletions
etc/docker/Dockerfile
etc/docker/sdk-findlib.conf
+6
-0
6 additions, 0 deletions
etc/docker/sdk-findlib.conf
with
8 additions
and
0 deletions
etc/docker/Dockerfile
+
2
−
0
View file @
ea1c236a
...
...
@@ -171,9 +171,11 @@ RUN if [ ${WORDSIZE} = 32 ] ; then \
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
gosu-entrypoint.sh /root/gosu-entrypoint.sh
COPY
sdk-findlib.conf /opt/jscoq/findlib.conf
ENTRYPOINT
["/root/gosu-entrypoint.sh"]
ENV
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jscoq/bin
ENV
OCAMLFIND_CONF /opt/jscoq/findlib.conf
# ----------------------------------------------------------
#
...
...
This diff is collapsed.
Click to expand it.
etc/docker/sdk-findlib.conf
0 → 100644
+
6
−
0
View file @
ea1c236a
destdir
=
"/opt/jscoq/lib"
path
=
"/opt/jscoq/lib"
ocamlc
=
"ocamlc.opt"
ocamlopt
=
"ocamlopt.opt"
ocamldep
=
"ocamldep.opt"
ocamldoc
=
"ocamldoc.opt"
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