Skip to content

Commit 47c64fc

Browse files
committed
reverts the a86 dependency
1 parent 44d8491 commit 47c64fc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

info.rkt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
(define collection 'multi)
44
(define deps (list "base" "rackunit" "redex-lib"
55
"https://github.com/cmsc430/a86.git?path=#main"))
6-
;;(define build-deps
7-
;; (list "https://github.com/cmsc430/a86.git?path=#main"))
8-
96
(define build-deps
10-
(list "https://github.com/cmsc430/a86.git?branch=nasm-change"))
7+
(list "https://github.com/cmsc430/a86.git?path=#main"))
8+
119

1210
;; Outlaw is omitted here because it depends on libraries that are a pain
1311
;; to ensure are set up properly and we don't want students to see failing

0 commit comments

Comments
 (0)