Skip to content

Commit

Permalink
Merge pull request #84 from edwintorok/private/edvint/ci2
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
psafont committed Dec 13, 2023
2 parents 6b8adab + 9e074eb commit 7c5c22b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ocaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
id: dotenv
uses: falti/[email protected]

- name: Update package repos
run: sudo apt-get update -y

- name: Use ocaml
uses: avsm/setup-ocaml@v1
with:
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
base-unix
(fd-send-recv (>= 2.0.0))
(odoc :with-doc)
xapi-backtrace
(xapi-stdext-pervasives (= :version))
)
)
Expand Down
2 changes: 1 addition & 1 deletion lib/xapi-stdext-date/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
(name test)
(package xapi-stdext-date)
(modules test)
(libraries alcotest xapi-stdext-date)
(libraries alcotest xapi-stdext-date ptime)
)
2 changes: 1 addition & 1 deletion lib/xapi-stdext-encodings/bench/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(name bench_encodings)
(modes exe)
(optional)
(libraries bechamel xapi_stdext_encodings bechamel-notty notty.unix)
(libraries bechamel xapi_stdext_encodings bechamel-notty notty.unix fmt)
)
2 changes: 1 addition & 1 deletion lib/xapi-stdext-threads/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(public_name xapi-stdext-threads)
(name xapi_stdext_threads)
(libraries
threads
threads.posix
unix
xapi-stdext-pervasives)
)
1 change: 1 addition & 0 deletions lib/xapi-stdext-unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(libraries
fd-send-recv
unix
xapi-backtrace
xapi-stdext-pervasives)
(foreign_stubs
(language c)
Expand Down
1 change: 1 addition & 0 deletions xapi-stdext-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends: [
"base-unix"
"fd-send-recv" {>= "2.0.0"}
"odoc" {with-doc}
"xapi-backtrace"
"xapi-stdext-pervasives" {= version}
]
build: [
Expand Down

0 comments on commit 7c5c22b

Please sign in to comment.