Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release_changes/202509180948.change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-container: Fix incorrect pyproject toml file reference location
4 changes: 2 additions & 2 deletions tools/scripts/container_post_startup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2024 Arm Limited and/or its affiliates
# Copyright 2024-2025 Arm Limited and/or its affiliates
# <[email protected]>
# SPDX-License-Identifier: MIT

Expand All @@ -16,7 +16,7 @@ fi

# Install the pre-commit hooks.
rm -rf /tmp/build
pip install . -t /tmp/build
pip install tools/ci -t /tmp/build
sudo cp /tmp/build/bin/banned-api-hook /usr/local/bin/banned-api-hook
rm -rf iot_reference_arm_corstone3xx.egg-info
pre-commit install
Expand Down