Skip to content

Commit

Permalink
Add some debug in
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jan 2, 2025
1 parent f6e54ca commit 74f7678
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- { name: "macos - roborio", os: macos-14, java_arch: "aarch64", command: "build", config: "--noenable_bzlmod --config=roborio", bazel_options: "", }

# Build bzlmod, roborio
# - { name: "windows - bzlmod roborio", os: windows-2022, java_arch: "x64", command: "build", config: "--enable_bzlmod --config=roborio", bazel_options: "--output_user_root=C:\\bazelroot", }
- { name: "windows - bzlmod roborio", os: windows-2022, java_arch: "x64", command: "build", config: "--enable_bzlmod --config=roborio", bazel_options: "--output_user_root=C:\\bazelroot", }
- { name: "ubuntu - bzlmod roborio", os: ubuntu-22.04, java_arch: "x64", command: "build", config: "--enable_bzlmod --config=roborio", bazel_options: "", }
- { name: "macos - bzlmod roborio", os: macos-14, java_arch: "aarch64", command: "build", config: "--enable_bzlmod --config=roborio", bazel_options: "", }
name: "Build - ${{ matrix.name }}"
Expand Down
8 changes: 7 additions & 1 deletion toolchains/cross_compiler/command_wrapper.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{command_prefix}external{sep}{compiler_workspace}{sep}{bin_subfolder}{sep}{binary_prefix}{binary_target}{tool_platform_suffix} {arg_passthrough}
{command_prefix}
ls || true
ls external{sep}{compiler_workspace}{sep}{bin_subfolder}{sep} || true
pwd || true
which as || true
where as || true
external{sep}{compiler_workspace}{sep}{bin_subfolder}{sep}{binary_prefix}{binary_target}{tool_platform_suffix} {arg_passthrough}

0 comments on commit 74f7678

Please sign in to comment.