Skip to content

Commit

Permalink
add fddev to build output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gearl Brace committed Jan 3, 2024
1 parent 21fb97f commit f2c5c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/container-build/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN INSTALL_PKGS="git perl autoconf gettext-devel automake flex bison cmake clan

RUN curl "https://sh.rustup.rs" -sfo /tmp/rustup.sh && \
sh /tmp/rustup.sh -y --default-toolchain ${RUST_VERSION} && \
source $HOME/.cargo/env && \
. $HOME/.cargo/env && \
rustup show
2 changes: 1 addition & 1 deletion contrib/container-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Creates a build container with all build dependencies that will be used for subs

Just run `./buildit.sh` to build with default options

Supports options for choosing a tag|release|branch and machine type. See `./buildit.sh --help` for usage.
Supports options for choosing a tag|release|branch, platform, and machine type. See `./buildit.sh --help` for usage.

2 changes: 1 addition & 1 deletion contrib/container-build/scripts/fdbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd "$GITDIR"
./deps.sh install

# Do the thing
MACHINE=$1 make -j fdctl solana
MACHINE=$1 make -j fdctl solana fddev

cd build
for dir in $(find . -name bin -type d)
Expand Down

0 comments on commit f2c5c58

Please sign in to comment.