We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3a401 commit c125b3eCopy full SHA for c125b3e
release_changes/202509180948.change.md
@@ -0,0 +1 @@
1
+dev-container: Fix incorrect pyproject toml file reference location
tools/scripts/container_post_startup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
2
3
-# Copyright 2024 Arm Limited and/or its affiliates
+# Copyright 2024-2025 Arm Limited and/or its affiliates
4
# <open-source-office@arm.com>
5
# SPDX-License-Identifier: MIT
6
@@ -16,7 +16,7 @@ fi
16
17
# Install the pre-commit hooks.
18
rm -rf /tmp/build
19
-pip install . -t /tmp/build
+pip install tools/ci -t /tmp/build
20
sudo cp /tmp/build/bin/banned-api-hook /usr/local/bin/banned-api-hook
21
rm -rf iot_reference_arm_corstone3xx.egg-info
22
pre-commit install
0 commit comments