Skip to content

Commit

Permalink
Revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Oct 27, 2023
1 parent d9a1af4 commit 4bc0d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
operating_system: freebsd
hypervisor: qemu
memory: 8G
sync_files: runner-to-vm
version: ${{ matrix.freebsd_version }}
shell: bash
run: |
Expand All @@ -151,7 +152,7 @@ jobs:
export OS_NAME=freebsd
export MODEL=64
export HOST_DMD='${{ matrix.host_dmd }}'
export N=1
export N=3
export FULL_BUILD=true
export CI_DFLAGS="-version=TARGET_FREEBSD${freebsd_major}"
Expand Down
6 changes: 3 additions & 3 deletions compiler/test/run.d
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ Target[] predefinedTargets(string[] targets)
break;

case "all":
version (FreeBSD) { /* ??? unittest runner fails for no good reason. */ }
else
newTargets ~= createUnitTestTarget();
//version (FreeBSD) { /* ??? unittest runner fails for no good reason. */ }
//else
newTargets ~= createUnitTestTarget();
foreach (testDir; testDirs)
newTargets.put(findFiles(testDir).map!createTestTarget);
break;
Expand Down

0 comments on commit 4bc0d8c

Please sign in to comment.