Skip to content

Commit 0e549ca

Browse files
committed
Revert "Revert "Fix some iterate TODO's in layout pass""
This reverts commit 5b34c91.
1 parent 5b34c91 commit 0e549ca

File tree

241 files changed

+12955
-143467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+12955
-143467
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.6.2
31+
- compiler: ghc-9.4.6
3232
compilerKind: ghc
33-
compilerVersion: 9.6.2
33+
compilerVersion: 9.4.6
3434
setup-method: ghcup
3535
allow-failure: false
3636
- compiler: ghc-9.4.5

.github/workflows/test-gibbon-examples.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ jobs:
1414
sudo apt update
1515
sudo apt-get install -y libgc-dev libgmp-dev uthash-dev gcc-11 racket
1616
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-11 /usr/bin/gcc
17+
- name: cplex and docplex
18+
run: |
19+
sudo apt-get install python3
20+
pip3 install cplex
21+
pip3 install docplex
1722
- name: ghc and cabal
1823
env:
1924
HCKIND: ghc
20-
HCVER: 9.6.2
25+
HCVER: 9.4.6
2126
run: |
2227
mkdir -p "$HOME/.ghcup/bin"
2328
curl -sL https://downloads.haskell.org/ghcup/0.1.19.2/x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup"

0 commit comments

Comments
 (0)