-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 604f40e
Add CI, nix, incorporate GHC updates (#23)
* Add CI, nix build, pin nixpkgs.
In lieu of the dap updates, and ghc-whole-program-compiler
project updates (to GHC-9.6.6+), we should now be able to test the
haskell-debugger with our new dap changes. This is the second PR in
a set to upgrade and abstract some facilities for preparing a dap release.
- Put project under CI (for both cabal and nix)
- Introduce a nixpkgs infra w/ pinning
- Add builds for the souffle static analysis C++ code (will make avaialble during runtime)
* Prefix with pkgs
* Try a different nix installer
* Add Github status badge
* Use updated souffle code, bump hash, change remote.
- Also add some additional linking flags
- Remove -D_OPENMP (already done via -fopenmp)
* Bump dap to loosen dep. bounds, update digest.
* zstd.dev
* Shuffle
* Add digest flag
* Try w/ cabal build inside of nix-shell.
* Comment out cabal build for now1 parent 90146ef commit 604f40e
File tree
7 files changed
+221
-18
lines changed- .github/workflows
7 files changed
+221
-18
lines changedLines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Lines changed: 25 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | - | ||
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
9 | - | ||
10 | - | ||
11 | - | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
12 | 23 |
| |
13 | 24 |
| |
14 | 25 |
| |
15 | - | ||
16 | - | ||
26 | + | ||
27 | + | ||
17 | 28 |
| |
18 | 29 |
| |
19 | 30 |
| |
20 | 31 |
| |
21 | 32 |
| |
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
33 | + | ||
34 | + | ||
26 | 35 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
36 | + | ||
37 | + | ||
30 | 38 |
| |
31 | 39 |
| |
32 | 40 |
| |
33 | 41 |
| |
34 | - | ||
42 | + |
Lines changed: 107 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + |
Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + |
0 commit comments