Skip to content

Commit 08a2a81

Browse files
committed
update samply url to feldera/samply
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
1 parent a695bd3 commit 08a2a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/adapters/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ impl Controller {
822822
)
823823
}
824824

825-
let err_msg = "is Samply installed and in `$PATH`? try: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/abhizer/samply/releases/download/v0.13.2/samply-installer.sh | sh`".to_string();
825+
let err_msg = "is Samply installed and in `$PATH`? try: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/feldera/samply/releases/download/v0.13.2/samply-installer.sh | sh`".to_string();
826826

827827
let version = tokio::process::Command::new("samply")
828828
.arg("--version")

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV PATH="$PATH:/home/ubuntu/.cargo/bin:/home/ubuntu/mold/bin"
7878
ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold -C link-arg=-Wl,--compress-debug-sections=zlib"
7979

8080
# Install Samply for profiling
81-
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/abhizer/samply/releases/download/v0.13.2/samply-installer.sh | sh
81+
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/feldera/samply/releases/download/v0.13.2/samply-installer.sh | sh
8282

8383
#
8484
# Build phase to specifically customize for the feldera OSS container

0 commit comments

Comments
 (0)