We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb6fdd commit 88495ddCopy full SHA for 88495dd
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
macos:
5
- xcode: "11.3.1"
+ xcode: "12.4.0"
6
environment:
7
# OPAM seems to be quite unhappy without $TERM and Circle doesn't seem to set one.
8
TERM: vt100
test/tinycore.sh
@@ -1,6 +1,10 @@
1
-#!/bin/sh
+#!/bin/sh -x
set -e
+# debug
+sysctl machdep.cpu
+ioreg -l
+
# These are binaries from a mirror of
9
# http://tinycorelinux.net
10
# with the following patch applied:
0 commit comments