Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
145
Issues
145
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
2f87e554
Verified
Commit
2f87e554
authored
Mar 17, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nix, ci] apply changes suggested by Alfredo
parent
8d6dab80
Pipeline
#7452
passed with stages
in 65 minutes and 25 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
12 deletions
+0
-12
.gitlab-ci.yml
.gitlab-ci.yml
+0
-2
update-project-dependencies
bin/update-project-dependencies
+0
-1
docker-compose.yaml
devops/docker/docker-compose.yaml
+0
-6
pinned-25.05.nix
nix/pinned-25.05.nix
+0
-1
pkgs.nix
nix/pkgs.nix
+0
-2
No files found.
.gitlab-ci.yml
View file @
2f87e554
# Optimising CI speed by using tips from https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/
# podman build -t cgenie/gargantext:9.6.6 --pull -f devops/docker/Dockerfile .
image
:
cgenie/gargantext:9.6.6
#image: adinapoli/gargantext:v3.5
variables
:
STACK_ROOT
:
"
${CI_PROJECT_DIR}/.stack-root"
...
...
bin/update-project-dependencies
View file @
2f87e554
...
...
@@ -10,7 +10,6 @@ else
source
./bin/setup-ci-environment
fi
# README!
# Every time you modify the `cabal.project`, you have to make sure to update
# the `expected_cabal_project_hash` and `expected_cabal_project_freeze_hash`
...
...
devops/docker/docker-compose.yaml
View file @
2f87e554
...
...
@@ -61,12 +61,6 @@ services:
# volumes:
# - pgadmin:/var/lib/pgadmin
# corenlp:
# #image: 'cgenie/corenlp-garg:latest'
# image: 'cgenie/corenlp-garg:4.5.4'
# ports:
# - 9000:9000
# johnsnownlp:
# image: 'johnsnowlabs/nlp-server:latest'
# volumes:
...
...
nix/pinned-25.05.nix
View file @
2f87e554
import
(
builtins
.
fetchTarball
"https://github.com/NixOS/nixpkgs/archive/c46290747b2aaf090f48a478270feb858837bf11.tar.gz"
)
# import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/02032da4af073d0f6110540c8677f16d4be0117f.tar.gz")
nix/pkgs.nix
View file @
2f87e554
...
...
@@ -10,8 +10,6 @@ rec {
graphviz
=
pkgs
.
callPackage
./graphviz.nix
{};
igraph_0_10_4
=
pkgs
.
callPackage
./igraph.nix
{};
corenlp
=
pkgs
.
callPackage
./corenlp.nix
{
};
# 4.5.8
# corenlp454 = pkgs.callPackage ./corenlp.nix { version = "4.5.4"; hash = "sha256-SViN/2TcDQrL+3RwUhbCTJDxqffhiWjutZE4oj++aIw="; }
cabal2stack
=
pkgs
.
callPackage
./cabal2stack.nix
{
ghc
=
ghc966
;
};
hsBuildInputs
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment