Skip to content

Commit 2c72ce1

Browse files
authored
ci: commit the mb program (#43)
1 parent c01e77b commit 2c72ce1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
154 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 \

0 commit comments

Comments
 (0)