Skip to content

Commit ad019f3

Browse files
authored
ci: commit the mb program (#27)
1 parent ac4e91c commit ad019f3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
71.3 KB
Binary file not shown.

scripts/ci/conformance.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ import { getProgramId, getProgramSharedObjectPath, workingDirectory } from '../u
88

99
const programId = getProgramId('program');
1010
const programBinaryPath = getProgramSharedObjectPath('program');
11-
const baseBinaryDirPath = path.join(workingDirectory, 'target', 'dump-solana');
12-
const baseBinaryPath = path.join(baseBinaryDirPath, 'base.so');
11+
const baseBinaryPath = path.join(workingDirectory, 'program', 'fuzz', 'program-mb-3-17-2025.so');
1312
const molluskFixturesPath = path.join(workingDirectory, 'program', 'fuzz', 'blob');
1413

15-
// Clone the program from mainnet-beta.
16-
await $`mkdir -p ${baseBinaryDirPath}`;
17-
await $`solana program dump -um ${programId} ${baseBinaryPath}`;
18-
1914
// Test this program against the cloned program for conformance with Mollusk.
2015
let output = await $`mollusk run-test \
2116
--proto firedancer --ignore-compute-units \

0 commit comments

Comments
 (0)