We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d8491 commit 47c64fcCopy full SHA for 47c64fc
1 file changed
info.rkt
@@ -3,11 +3,9 @@
3
(define collection 'multi)
4
(define deps (list "base" "rackunit" "redex-lib"
5
"https://github.com/cmsc430/a86.git?path=#main"))
6
-;;(define build-deps
7
-;; (list "https://github.com/cmsc430/a86.git?path=#main"))
8
-
9
(define build-deps
10
- (list "https://github.com/cmsc430/a86.git?branch=nasm-change"))
+ (list "https://github.com/cmsc430/a86.git?path=#main"))
+
11
12
;; Outlaw is omitted here because it depends on libraries that are a pain
13
;; to ensure are set up properly and we don't want students to see failing
0 commit comments